{ | |
"name": "CococapodsDemo", | |
"version": "0.0.1", | |
"summary": "实例demo", | |
"homepage": "https://github.com/jiangkuoniu/cocoapodsDemo", | |
"license": "MIT", | |
"authors": { | |
"NJK": "707429313@qq.com" | |
}, | |
"platforms": { | |
"ios": "6.0" | |
}, | |
"source": { | |
"git": "https://github.com/jiangkuoniu/cocoapodsDemo.git", | |
"tag": "v0.0.1" | |
}, | |
"source_files": "Demo/CococapodsDemo/**/*", | |
"requires_arc": true, | |
"deprecated": true | |
} |