[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / d / TBCore / 1.0.5 / TBCore.podspec.json
blob5563a1026b43f05416f62e218f8a3b7e3aa15bb5
2   "name": "TBCore",
3   "version": "1.0.5",
4   "summary": "TBCore is a iOS framework. You have beauty project and stable. It will down time development for you",
5   "description": "TBCore allows configure & create base to any iOS Project. Below are services needed to be implement basic funtion. so it's help to you can write short code and meanable. So you will the clear source code",
6   "homepage": "https://github.com/BunLV/TBCore",
7   "license": "MIT",
8   "authors": {
9     "BunLV": "levietbun@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BunLV/TBCore.git",
13     "tag": "1.0.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "TBCore/*",
21     "TBCore/01-Define/*",
22     "TBCore/02-Category/**/**/*",
23     "TBCore/08-Service/*",
24     "TBCore/09-Base/**/*"
25   ],
26   "resource_bundles": {
27     "TBCore": [
28       "TBCore/99-Resouces/*.{png,xib,storyboad}"
29     ]
30   },
31   "public_header_files": [
32     "TBCore/*.h",
33     "TBCore/**/*.h",
34     "TBCore/**/**/*.h",
35     "TBCore/**/**/**/*.h"
36   ],
37   "frameworks": [
38     "UIKit",
39     "Foundation",
40     "CoreGraphics"
41   ],
42   "dependencies": {
43     "AFNetworking": [
45     ],
46     "SVPullToRefresh": [
48     ],
49     "MBProgressHUD": [
51     ]
52   }