blob: 04c688b400ac227dd72504eb249e4b36d8809b41 [file] [log] [blame]
{
"name": "TestPrivateCocoaPod",
"version": "0.0.2",
"summary": "first private test cocoaPod lib",
"description": "first private test cocoaPod lib",
"homepage": "https://coding.net/u/Brown008/p/TestPrivateCocoaPod",
"license": "MIT",
"authors": {
"Brown008": "180676714@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://coding.net/u/Brown008/p/TestPrivateCocoaPod.git",
"tag": "0.0.2"
},
"source_files": "runtime/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}