blob: feb659f46937740da66c9c36acf60e6ab1fb28dc [file] [log] [blame]
{
"name": "ShoukoShareUI",
"version": "0.0.2",
"summary": "CocoaPods私有库实践",
"description": "CocoaPods私有库实践,一个简简单单的分享界面。",
"homepage": "https://gitee.com/shouko",
"license": "MIT",
"authors": {
"Shouko": "ch_formail@sina.cn"
},
"social_media_url": "https://gitee.com/shouko",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/shouko/ShoukoShareUI.git",
"tag": "0.0.2"
},
"source_files": [
"AutoLayoutDemo/AutoLayoutDemo/ShareUI",
"ShareUI/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}