fanhelianyunSDK.podspec 982 B

123456789101112131415161718192021222324252627
  1. Pod::Spec.new do |s|
  2. s.name = "fanhelianyunSDK"
  3. s.version = "0.0.1"
  4. s.summary = "饭盒联运sdk"
  5. s.description = <<-DESC
  6. 这个还必须写点啥!!?
  7. 还不能比summary短!!?
  8. **********************
  9. 饭盒联运SDK
  10. DESC
  11. s.homepage = "http://svn.ouj.com:3000/billthas"
  12. s.license = "MIT"
  13. s.author = { "Phelthas" => "billthas@gmail.com" }
  14. s.platform = :ios, "8.0"
  15. s.source = { :git => "http://code.yy.com/luxiaoming/fanhelianyunSDK.git", :tag => "0.0.1" }
  16. # s.source_files = ""
  17. # s.exclude_files = "Classes/Exclude"
  18. # s.public_header_files = "OJASwiftKitDemo/OJASwiftKit/**/*.swift"
  19. # s.resources = "Resources/*.png"
  20. s.frameworks = "Foundation", "UIKit"
  21. s.vendored_frameworks = "libs/YYLiveFramework.framework"
  22. # s.libraries = "iconv", "xml2"
  23. s.requires_arc = true
  24. # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
  25. # s.dependency "JSONKit", "~> 1.4"
  26. end