1 Star 0 Fork 13

Gebrin/EasyIOS-Swift

forked from 冰镇闪灵/EasyIOS-Swift 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
EasyIOS-Swift.podspec 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
zhuchao_osc 提交于 2015-06-18 17:53 . 1.0.1
#
# Be sure to run `pod lib lint EasyIOS-Swift.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "EasyIOS-Swift"
s.version = "1.0.1"
s.summary = "The Swift version of EasyIOS"
s.description = <<-DESC
EasyIOS is a new generation of development framework based on `Model-View-ViewModel` ,`HTML To Native`,`Live Load`.
DESC
s.homepage = "https://github.com/EasyIOS/EasyIOS-Swift"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "zhuchao" => "zhuchao@iosx.me" }
s.source = { :git => "https://github.com/EasyIOS/EasyIOS-Swift.git", :tag => s.version.to_s }
#s.source = { :git => "/Users/zhuchao/Documents/EasyIOS-Swift"}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.platform = :ios, '8.0'
s.requires_arc = true
s.module_name = "EasyIOS"
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {'EasyIOS-Swift' => ['Pod/Assets/*.png']}
s.dependency 'HanekeSwift'
s.dependency 'Bond'
s.dependency 'Alamofire'
s.dependency 'SnapKit'
s.dependency 'Kingfisher'
s.dependency 'ObjectMapper'
s.dependency 'TTTAttributedLabel'
s.public_header_files = 'Pod/Classes/Easy/**/*.h','Pod/Classes/Extend/**/*.h','Pod/Classes/Private/**/*.h'
s.frameworks = 'UIKit'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/weichengwang3116/EasyIOS-Swift.git
git@gitee.com:weichengwang3116/EasyIOS-Swift.git
weichengwang3116
EasyIOS-Swift
EasyIOS-Swift
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385