1 Star 0 Fork 0

alsow/BFw

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BFw.podspec 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
alsow 提交于 2015-01-13 23:30 . 102
Pod::Spec.new do |s|
s.name = "BFw"
s.version = "0.6.0"
s.summary = "Bee Framework is a rapid developemnt framework for iOS."
s.description = <<-DESC
Bee Framework is a MVC Framework to develop iOS application.
It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it.
DESC
s.homepage = "http://bee-framework.com"
s.license = 'MIT'
s.platform = :ios, '6.0'
s.author = { "gavinkwoe" => "[email protected]"}
s.source = { :git => "https://git.oschina.net/alsow/BFw.git", :tag => "0.6.0"}
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork'
s.vendored_libraries = 'services/**/*.a'
s.library = 'z', 'xml2', 'sqlite3'
s.subspec 'JSONKit' do |sp|
sp.source_files = 'framework/vendor/JSONKit/JSONKit.{h,m}'
sp.requires_arc = false
end
s.subspec 'Core' do |sp|
sp.resource = 'services/**/*.{xml, bundle}'
sp.source_files = 'framework/**/*.{h,m,mm}', 'services/**/*.{h,m,mm}', 'framework/vendor/*.{h,m}'
sp.exclude_files = 'framework/vendor/{ASI,ZipArchive,FMDB,JSONKit,OpenUDID,Reachability,TouchXML}/**/*'
sp.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2', 'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++0x', 'CLANG_CXX_LIBRARY' => 'libstdc++', 'CLANG_WARN_DIRECT_OBJC_ISA_USAGE' => 'YES'}
sp.requires_arc = false
sp.dependency 'ASIHTTPRequest'
sp.dependency 'Reachability'
sp.dependency 'OpenUDID'
sp.dependency 'ZipArchive'
sp.dependency 'FMDB'
sp.dependency 'TouchXML'
sp.dependency 'BFw/JSONKit'
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/alsow/BFw.git
[email protected]:alsow/BFw.git
alsow
BFw
BFw
master

搜索帮助