[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / 6 / TTSource / 1.2.1 / TTSource.podspec.json
blob97a3a373579e81b92460b65b0d5c326a607878b8
2   "name": "TTSource",
3   "version": "1.2.1",
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.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TTSourceALL",
25       "dependencies": {
26         "TTSource/Header": [
28         ],
29         "TTSource/TTControllerCategory": [
31         ],
32         "TTSource/TTMacros": [
34         ],
35         "TTSource/TTMVC": [
37         ],
38         "TTSource/TTRefresh": [
40         ],
41         "TTSource/TTTransitions": [
43         ],
44         "TTSource/TTView": [
46         ]
47       }
48     },
49     {
50       "name": "Header",
51       "source_files": "TTSource/TTSourceConfig.h"
52     },
53     {
54       "name": "TTControllerCategory",
55       "source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}",
56       "resources": "TTSource/TTControllerCategory/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
57     },
58     {
59       "name": "TTMacros",
60       "source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
61     },
62     {
63       "name": "TTMVC",
64       "source_files": "TTSource/TTMVC/**/*.{h,m,mm}",
65       "resources": "TTSource/TTMVC/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
66     },
67     {
68       "name": "TTRefresh",
69       "source_files": "TTSource/TTRefresh/**/*.{h,m,mm}"
70     },
71     {
72       "name": "TTTransitions",
73       "source_files": "TTSource/TTTransitions/**/*.{h,m,mm}"
74     },
75     {
76       "name": "TTView",
77       "source_files": "TTSource/TTView/**/*.{h,m,mm}",
78       "resources": "TTSource/TTView/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
79     }
80   ]