[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 8 / 2 / TTOCKit / 1.0.8 / TTOCKit.podspec.json
blobae03b97509d64beeeba44b1a6cda3b8d2113b069
2   "name": "TTOCKit",
3   "version": "1.0.8",
4   "summary": "mvc.",
5   "description": "easy to mvc.",
6   "homepage": "https://github.com/ttayaa/TTOCKit",
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://github.com/ttayaa/TTOCKit.git",
19     "tag": "v1.0.8"
20   },
21   "source_files": "TTOCKit/TTOCKitHeader/TTOCKitConfig.h",
22   "resources": "TTOCKit/**/*.{png,xib,storyboard,plist,der,js,json,strings,imageset,xcassets}",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "TTControllerCategory",
27       "source_files": "TTOCKit/TTControllerCategory/**/*.{h,m,mm}"
28     },
29     {
30       "name": "TTMVVM",
31       "source_files": "TTOCKit/TTMVVM/**/*.{h,m,mm}"
32     },
33     {
34       "name": "TTTools",
35       "source_files": "TTOCKit/TTTools/TTTools.h",
36       "subspecs": [
37         {
38           "name": "TTBtnArrSelected",
39           "source_files": "TTOCKit/TTTools/TTBtnArrSelected/**/*.{h,m,mm}"
40         },
41         {
42           "name": "TTQRScanController",
43           "source_files": "TTOCKit/TTTools/TTQRScanController/**/*.{h,m,mm}"
44         },
45         {
46           "name": "TTPhotoBrowser",
47           "source_files": "TTOCKit/TTTools/TTPhotoBrowser/**/*.{h,m,mm}",
48           "dependencies": {
49             "SDWebImage": [
51             ]
52           }
53         },
54         {
55           "name": "TTNSStringCategory",
56           "source_files": "TTOCKit/TTTools/TTNSStringCategory/**/*.{h,m,mm}"
57         },
58         {
59           "name": "TTPlaceholderPlace",
60           "source_files": "TTOCKit/TTTools/TTPlaceholderPlace/**/*.{h,m,mm}"
61         },
62         {
63           "name": "TTNumberTF",
64           "source_files": "TTOCKit/TTTools/TTNumberTF/**/*.{h,m,mm}"
65         },
66         {
67           "name": "TTProgress",
68           "source_files": "TTOCKit/TTTools/TTProgress/**/*.{h,m,mm}"
69         },
70         {
71           "name": "TTLimitTextField",
72           "source_files": "TTOCKit/TTTools/TTLimitTextField/**/*.{h,m,mm}"
73         },
74         {
75           "name": "TTAlertView",
76           "source_files": "TTOCKit/TTTools/TTAlertView/**/*.{h,m,mm}"
77         },
78         {
79           "name": "TTWebView",
80           "source_files": "TTOCKit/TTTools/TTWebView/**/*.{h,m,mm}"
81         },
82         {
83           "name": "TTLogVcDealloc",
84           "source_files": "TTOCKit/TTTools/TTLogVcDealloc/**/*.{h,m,mm}"
85         },
86         {
87           "name": "TTButtonInnerRect",
88           "source_files": "TTOCKit/TTTools/TTButtonInnerRect/**/*.{h,m,mm}"
89         }
90       ]
91     },
92     {
93       "name": "TTNetwork",
94       "source_files": "TTOCKit/TTNetwork/**/*.{h,m,mm}",
95       "dependencies": {
96         "AFNetworking": [
98         ],
99         "YYModel": [
101         ]
102       }
103     },
104     {
105       "name": "TTSignal",
106       "source_files": "TTOCKit/TTSignal/**/*.{h,m,mm}"
107     },
108     {
109       "name": "TTRouter",
110       "source_files": "TTOCKit/TTRouter/**/*.{h,m,mm}",
111       "dependencies": {
112         "YYModel": [
114         ]
115       }
116     }
117   ]