[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 6 / TTSource / 1.2.0 / TTSource.podspec.json
blobd7cddf17c08193360b8cad1a62f340a8e64c5101
2   "name": "TTSource",
3   "version": "1.2.0",
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.2.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TTSourceALL",
25       "dependencies": {
26         "TTSource/Header": [
28         ],
29         "TTSource/TTCategory": [
31         ],
32         "TTSource/TTControllerCategory": [
34         ],
35         "TTSource/TTMacros": [
37         ],
38         "TTSource/TTMVC": [
40         ],
41         "TTSource/TTMVC2": [
43         ],
44         "TTSource/TTRefresh": [
46         ],
47         "TTSource/TTTools": [
49         ],
50         "TTSource/TTTransitions": [
52         ],
53         "TTSource/TTUI": [
55         ],
56         "TTSource/TTView": [
58         ]
59       }
60     },
61     {
62       "name": "Header",
63       "source_files": "TTSource/TTSourceConfig.h"
64     },
65     {
66       "name": "TTCategory",
67       "source_files": "TTSource/TTCategory/**/*.{h,m,mm}"
68     },
69     {
70       "name": "TTControllerCategory",
71       "source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}",
72       "resources": "TTSource/TTControllerCategory/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
73     },
74     {
75       "name": "TTMacros",
76       "source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
77     },
78     {
79       "name": "TTMVC",
80       "source_files": "TTSource/TTMVC/**/*.{h,m,mm}",
81       "resources": "TTSource/TTMVC/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
82     },
83     {
84       "name": "TTMVC2",
85       "source_files": "TTSource/TTMVC2/**/*.{h,m,mm}"
86     },
87     {
88       "name": "TTRefresh",
89       "source_files": "TTSource/TTRefresh/**/*.{h,m,mm}"
90     },
91     {
92       "name": "TTTools",
93       "source_files": "TTSource/TTTools/**/*.{h,m,mm}"
94     },
95     {
96       "name": "TTTransitions",
97       "source_files": "TTSource/TTTransitions/**/*.{h,m,mm}"
98     },
99     {
100       "name": "TTUI",
101       "source_files": "TTSource/TTUI/**/*.{h,m,mm}",
102       "resources": "TTSource/TTUI/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
103     },
104     {
105       "name": "TTView",
106       "source_files": "TTSource/TTView/**/*.{h,m,mm}",
107       "resources": "TTSource/TTView/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
108     }
109   ]