[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 6 / TTSource / 1.0.9 / TTSource.podspec.json
blobe695323653c62917d332d40d7129012b72eadd3b
2   "name": "TTSource",
3   "version": "1.0.9",
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.9"
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         "TTSource/TTRouter": [
61         ]
62       }
63     },
64     {
65       "name": "Header",
66       "source_files": "TTSource/TTSourceConfig.h"
67     },
68     {
69       "name": "TTCategory",
70       "source_files": "TTSource/TTCategory/**/*.{h,m,mm}"
71     },
72     {
73       "name": "TTControllerCategory",
74       "source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}",
75       "resources": "TTSource/TTControllerCategory/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
76     },
77     {
78       "name": "TTMacros",
79       "source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
80     },
81     {
82       "name": "TTMVC",
83       "source_files": "TTSource/TTMVC/**/*.{h,m,mm}",
84       "resources": "TTSource/TTMVC/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
85     },
86     {
87       "name": "TTMVC2",
88       "source_files": "TTSource/TTMVC2/**/*.{h,m,mm}"
89     },
90     {
91       "name": "TTRefresh",
92       "source_files": "TTSource/TTRefresh/**/*.{h,m,mm}"
93     },
94     {
95       "name": "TTTools",
96       "source_files": "TTSource/TTTools/**/*.{h,m,mm}"
97     },
98     {
99       "name": "TTTransitions",
100       "source_files": "TTSource/TTTransitions/**/*.{h,m,mm}"
101     },
102     {
103       "name": "TTUI",
104       "source_files": "TTSource/TTUI/**/*.{h,m,mm}",
105       "resources": "TTSource/TTUI/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
106     },
107     {
108       "name": "TTView",
109       "source_files": "TTSource/TTView/**/*.{h,m,mm}",
110       "resources": "TTSource/TTView/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
111     },
112     {
113       "name": "TTRouter",
114       "source_files": "TTSource/TTRouter/**/*.{h,m,mm}"
115     }
116   ]