{ | |
"name": "QTcocoapodsTest", | |
"version": "0.0.1", | |
"license": "MIT", | |
"summary": "私人pod代码", | |
"homepage": "https://github.com/HelloBie/cocoapods", | |
"source": { | |
"git": "https://github.com/HelloBie/cocoapods.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "QTCore/*.{h,m}", | |
"requires_arc": true, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"frameworks": [ | |
"UIKit", | |
"Foundation" | |
], | |
"authors": { | |
"BY": "qiubaiyingios@163.com" | |
}, | |
"social_media_url": "http://qiubaiying.github.io" | |
} |