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