[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / d / BTCoreKit / 0.0.2 / BTCoreKit.podspec.json
bloba285a19055c57a21416c574ec86d9a44e517e12c
2   "name": "BTCoreKit",
3   "version": "0.0.2",
4   "summary": "一堆总结的iOS有用的代码,BTCoreKit.",
5   "description": "# BTCoreKit\n\nthis is CoreKit for someone who need it",
6   "homepage": "https://github.com/bartontang/BTCoreKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bartonTang": "472439901@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bartontang/BTCoreKit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "BTCoreKit/Source/*.{h, m}",
22   "public_header_files": "BTCoreKit/Source/*.h",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
27     ]
28   }