blob: 0ea15d027beb6c1f5e96aa6b32444c7bb06c69b2 [file] [log] [blame]
{
"name": "WandouShareUI",
"version": "0.0.1",
"summary": "CocoaPods组件化实践.",
"description": "CocoaPods组件化实践,一个简简单单的分享界面。",
"homepage": "https://github.com/wandou911/ShareDemo",
"license": "MIT",
"authors": {
"wandou": "ymnlwyy@sina.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wandou911/ShareDemo.git",
"tag": "0.0.1"
},
"source_files": [
"ShareUIDemo/ShareUI",
"ShareUI/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}