blob: a285a19055c57a21416c574ec86d9a44e517e12c [file] [log] [blame]
{
"name": "BTCoreKit",
"version": "0.0.2",
"summary": "一堆总结的iOS有用的代码,BTCoreKit.",
"description": "# BTCoreKit\n\nthis is CoreKit for someone who need it",
"homepage": "https://github.com/bartontang/BTCoreKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bartonTang": "472439901@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bartontang/BTCoreKit.git",
"tag": "0.0.2"
},
"source_files": "BTCoreKit/Source/*.{h, m}",
"public_header_files": "BTCoreKit/Source/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}