[Delete] FaceCoreBasicNightly 6.3.1038
[CocoaPods.git] / Specs / c / 6 / 3 / TCJTools / 0.0.4 / TCJTools.podspec.json
blob6b579136dc4fc1a14f4597d7fc13282392c044ca
2   "name": "TCJTools",
3   "version": "0.0.4",
4   "summary": "A short description of TCJTools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Tcj1988/TCJTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "310537065@qq.com": "310537065@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Tcj1988/TCJTools.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 4.0.1"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "TCJUtils",
30       "source_files": "TCJTools/TCJUtils/**/*.{h,m}"
31     },
32     {
33       "name": "TCJNetWorking",
34       "source_files": "TCJTools/TCJNetWorking/**/*.{h,m}"
35     },
36     {
37       "name": "TCJCategory",
38       "source_files": "TCJTools/TCJCategory/**/*.{h,m}"
39     },
40     {
41       "name": "TCJTimeCountDown",
42       "source_files": "TCJTools/TCJTimeCountDown/**/*.{h,m}",
43       "resource_bundles": {
44         "TCJTools": [
45           "TCJTools/TCJTimeCountDown/**/*"
46         ]
47       }
48     }
49   ]