123456789101112131415161718192021222324252627 |
- Pod::Spec.new do |s|
- s.name = "fanhelianyunSDK"
- s.version = "0.0.1"
- 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://code.yy.com/luxiaoming/fanhelianyunSDK.git", :tag => "0.0.1" }
- # 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
|