[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 8 / 2 / TTOCKit / 1.0.7 / TTOCKit.podspec.json
blobd67da9597e7cf3f42c17ad13e68f1a3ef84e62b3
2   "name": "TTOCKit",
3   "version": "1.0.7",
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.7"
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/**/*.{h,m,mm}",
36       "dependencies": {
37         "SDWebImage": [
39         ]
40       }
41     },
42     {
43       "name": "TTNetwork",
44       "source_files": "TTOCKit/TTNetwork/**/*.{h,m,mm}",
45       "dependencies": {
46         "AFNetworking": [
48         ],
49         "YYModel": [
51         ]
52       }
53     },
54     {
55       "name": "TTSignal",
56       "source_files": "TTOCKit/TTSignal/**/*.{h,m,mm}"
57     },
58     {
59       "name": "TTRouter",
60       "source_files": "TTOCKit/TTRouter/**/*.{h,m,mm}",
61       "dependencies": {
62         "YYModel": [
64         ]
65       }
66     }
67   ]