[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 6 / TTSource / 1.0.5 / TTSource.podspec.json
blob7739c96fd854629ec1c634d34ac8c50193089146
2   "name": "TTSource",
3   "version": "1.0.5",
4   "summary": "mvc.",
5   "description": "easy to mvc.",
6   "homepage": "https://github.com/ttayaa/TTSource",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "ttayaa": "2087154267@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.oschina.net/ttayaa/ttsource.git",
19     "tag": "v1.0.5"
20   },
21   "resources": "TTSource/**/*.{png,xib,storyboard,plist,der,js,json,strings,imageset,xcassets}",
22   "requires_arc": true,
23   "source_files": "TTSource/TTSourceConfig.h",
24   "subspecs": [
25     {
26       "name": "TTCategory",
27       "source_files": "TTSource/TTCategory/**/*.{h,m,mm}"
28     },
29     {
30       "name": "TTControllerCategory",
31       "source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}"
32     },
33     {
34       "name": "TTMacros",
35       "source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
36     },
37     {
38       "name": "TTMVC",
39       "source_files": "TTSource/TTMVC/**/*.{h,m,mm}"
40     },
41     {
42       "name": "TTMVC2",
43       "source_files": "TTSource/TTMVC2/**/*.{h,m,mm}"
44     },
45     {
46       "name": "TTRefresh",
47       "source_files": "TTSource/TTRefresh/**/*.{h,m,mm}"
48     },
49     {
50       "name": "TTTools",
51       "source_files": "TTSource/TTTools/**/*.{h,m,mm}"
52     },
53     {
54       "name": "TTTransitions",
55       "source_files": "TTSource/TTTransitions/**/*.{h,m,mm}"
56     },
57     {
58       "name": "TTUI",
59       "source_files": "TTSource/TTUI/**/*.{h,m,mm}"
60     },
61     {
62       "name": "TTView",
63       "source_files": "TTSource/TTView/**/*.{h,m,mm}"
64     },
65     {
66       "name": "TTRouter",
67       "source_files": "TTSource/TTRouter/**/*.{h,m,mm}"
68     }
69   ]