Github user kfeagle commented on a diff in the pull request:
https://github.com/apache/incubator-weex/pull/269#discussion_r111880583
--- Diff: WeexSDK.podspec ---
@@ -0,0 +1,47 @@
+# coding: utf-8
+Pod::Spec.new do |s|
+
+ s.name = "WeexSDK"
+
+ s.version = "0.11.0"
+
+ s.summary = "WeexSDK Source ."
+
+ s.description = <<-DESC
+ A framework for building Mobile cross-platform UI
+ DESC
+
+ s.homepage = "https://github.com/alibaba/weex"
+ s.license = {
+ :type => 'Copyright',
+ :text => <<-LICENSE
+ Alibaba-INC copyright
+ LICENSE
+ }
+ s.authors = { "cxfeng1" => "[email protected]",
+ "boboning" => "[email protected]",
+ "yangshengtao" => "[email protected]",
+ "kfeagle" => "[email protected]",
+ "acton393" => "[email protected]"
+ }
+ s.platform = :ios
+ s.ios.deployment_target = '7.0'
+ s.source = { :path => '.' }
+ s.source_files = 'ios/playground/WeexSDK/Sources/**/*.{h,m,mm,c}'
--- End diff --
Yes, you're right , thanks for your reminder
I fix it
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---