[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 2 / d / TBCore / 0.0.3 / TBCore.podspec.json
blobeb3c4631f0d26115000ee04710539c2925fdcd9d
2   "name": "TBCore",
3   "version": "0.0.3",
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": "0.0.3"
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/09-Base/**/*"
24   ],
25   "resource_bundles": {
26     "TBCore": [
27       "TBCore/99-Resouces/*.{png,xib,storyboad}"
28     ]
29   },
30   "public_header_files": "TBCore/*.h",
31   "frameworks": [
32     "UIKit",
33     "Foundation",
34     "CoreGraphics"
35   ],
36   "dependencies": {
37     "AFNetworking": [
39     ],
40     "SVPullToRefresh": [
42     ]
43   }