blob: cbeac8ee708c939e4ede6917aa7676a6771a40fd [file] [log] [blame]
{
"name": "cocoaGit",
"version": "8.0.0",
"license": "MIT",
"summary": "my first CocoaPods git",
"homepage": "https://github.com/miracle-jzc/cocoaGit",
"source": {
"git": "https://github.com/miracle-jzc/cocoaGit.git",
"tag": "8.0.0"
},
"source_files": "cocoaGit/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
]
},
"authors": {
"miracle-jzc": "miracle.jzc@gmail.com"
},
"social_media_url": "https://github.com/miracle-jzc/cocoaGit",
"subspecs": [
{
"name": "Twitter",
"source_files": "cocoaGit/**/*"
}
]
}