[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / d / TBCore / 0.0.2 / TBCore.podspec.json
blob509666b66783f83f03c760071c7fc50fc71a466f
2   "name": "TBCore",
3   "version": "0.0.2",
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.2"
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   ]