[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / 8 / 3 / TPFoundation / 1.0.2 / TPFoundation.podspec.json
blob3b69289f4e507cccf1169d39ca0308e1f0221842
2   "name": "TPFoundation",
3   "version": "1.0.2",
4   "summary": "A collection function library of TPFoundation.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Topredator/TPFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Topredator": "luyanggold@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Topredator/TPFoundation.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TPFoundation/Classes/TPFoundation.h",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "TPFoundation/Classes/Base/**/*"
26     },
27     {
28       "name": "Category",
29       "source_files": "TPFoundation/Classes/Category/**/*",
30       "dependencies": {
31         "TPFoundation/Base": [
33         ]
34       }
35     },
36     {
37       "name": "Utils",
38       "source_files": "TPFoundation/Classes/Utils/**/*",
39       "dependencies": {
40         "TPFoundation/Base": [
42         ],
43         "TPFoundation/Category": [
45         ]
46       }
47     }
48   ]