Selaa lähdekoodia

[Update] WHCServieRouter (0.0.2)

ghost 2 vuotta sitten
vanhempi
commit
9efc463dca
1 muutettua tiedostoa jossa 40 lisäystä ja 0 poistoa
  1. 40 0
      WHCServieRouter/0.0.2/WHCServieRouter.podspec

+ 40 - 0
WHCServieRouter/0.0.2/WHCServieRouter.podspec

@@ -0,0 +1,40 @@
+#
+# Be sure to run `pod lib lint WHCServieRouter.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'WHCServieRouter'
+  s.version          = '0.0.2'
+  s.summary          = '组件化service+router'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description      = '组件化service+router,没个模块都需要引入'
+
+  s.homepage         = 'http://139.224.213.4:3000/yushangxiang'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { 'ghost' => 'fasac' }
+  s.source           = { :git => 'http://139.224.213.4:3000/yushangxiang/WHCServieRouter.git', :tag => s.version.to_s }
+  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
+
+  s.ios.deployment_target = '9.0'
+
+  s.source_files = 'WHCServieRouter/Classes/**/*'
+  
+  # s.resource_bundles = {
+  #   'WHCServieRouter' => ['WHCServieRouter/Assets/*.png']
+  # }
+
+  # s.public_header_files = 'Pod/Classes/**/*.h'
+  # s.frameworks = 'UIKit', 'MapKit'
+  # s.dependency 'AFNetworking', '~> 2.3'
+end