1 Star 1 Fork 1

曾宪华 / MultipleStyleCheckBoxKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MultipleStyleCheckBoxKit.podspec 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2014-05-06 21:46 . Add pod spec file v0.1.0
Pod::Spec.new do |s|
s.name = "MultipleStyleCheckBoxKit"
s.version = "0.1.0"
s.summary = "MultipleStyleCheckBoxKit have multiple style check box, due with multiple line text, network photo, local photo, useful on news vote."
s.homepage = "https://github.com/xhzengAIB/MultipleStyleCheckBoxKit"
s.license = "MIT"
s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/xhzengAIB/MultipleStyleCheckBoxKit.git", :tag => "v0.1.0" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '5.0'
s.source_files = 'MultipleStyleCheckBoxKit/Classes/*.{h,m}'
s.resources = 'MultipleStyleCheckBoxKit/Resources/*'
s.requires_arc = true
end
Objective-C
1
https://gitee.com/iamking/MultipleStyleCheckBoxKit.git
git@gitee.com:iamking/MultipleStyleCheckBoxKit.git
iamking
MultipleStyleCheckBoxKit
MultipleStyleCheckBoxKit
master

搜索帮助