Quellcode durchsuchen

[Update] fanhelianyunSDK (0.0.2)

Phelthas vor 7 Jahren
Ursprung
Commit
b4be4f73bc
1 geänderte Dateien mit 27 neuen und 0 gelöschten Zeilen
  1. 27 0
      fanhelianyunSDK/0.0.2/fanhelianyunSDK.podspec

+ 27 - 0
fanhelianyunSDK/0.0.2/fanhelianyunSDK.podspec

@@ -0,0 +1,27 @@
+Pod::Spec.new do |s|
+  s.name         = "fanhelianyunSDK"
+  s.version      = "0.0.2"
+  s.summary      = "饭盒联运sdk"
+  s.description  = <<-DESC
+这个还必须写点啥!!?
+还不能比summary短!!?
+**********************
+饭盒联运SDK
+                   DESC
+  s.homepage     = "http://svn.ouj.com:3000/billthas"
+  s.license      = "MIT"
+  s.author       = { "Phelthas" => "billthas@gmail.com" }
+  s.platform     = :ios, "8.0"
+  s.source       = { :git => "http://svn.ouj.com:3000/billthas/fanhelianyunSDK.git", :tag => "0.0.2" }
+  # s.source_files  = ""
+  # s.exclude_files = "Classes/Exclude"
+  # s.public_header_files = "OJASwiftKitDemo/OJASwiftKit/**/*.swift"
+  # s.resources = "Resources/*.png"
+  s.frameworks = "Foundation", "UIKit"
+  s.vendored_frameworks = "libs/YYLiveFramework.framework"
+  # s.libraries = "iconv", "xml2"
+  s.requires_arc = true
+  # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
+  # s.dependency "JSONKit", "~> 1.4"
+
+end