[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 6 / TTSource / 1.2.3 / TTSource.podspec.json
bloba015f461739aba37f5b5b9503025ca8de4155a24
2   "name": "TTSource",
3   "version": "1.2.3",
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.3"
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/TTView": [
43         ]
44       }
45     },
46     {
47       "name": "Header",
48       "source_files": "TTSource/TTSourceConfig.h"
49     },
50     {
51       "name": "TTControllerCategory",
52       "source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}",
53       "resources": "TTSource/TTControllerCategory/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
54     },
55     {
56       "name": "TTMacros",
57       "source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
58     },
59     {
60       "name": "TTMVC",
61       "source_files": "TTSource/TTMVC/**/*.{h,m,mm}",
62       "resources": "TTSource/TTMVC/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
63     },
64     {
65       "name": "TTRefresh",
66       "source_files": "TTSource/TTRefresh/**/*.{h,m,mm}"
67     },
68     {
69       "name": "TTView",
70       "source_files": "TTSource/TTView/**/*.{h,m,mm}",
71       "resources": "TTSource/TTView/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
72     }
73   ]