blob: 71d6bf2b37efcd088206356aec21bc0ff9279358 [file] [log] [blame]
{
"name": "PersonalPodDemo",
"version": "0.0.2",
"summary": "a pod demo",
"homepage": "https://github.com/cjnwan/PersonalPodDemo",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"cjnwan": "1278671543@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cjnwan/PersonalPodDemo.git",
"tag": "0.0.2"
},
"frameworks": "UIKit",
"source_files": "PersonalPodDemo/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking/Reachability": [
"~> 2.6.3"
]
}
}