[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 3 / SSKit / 1.0.8 / SSKit.podspec.json
blob93ab6c4e998fb643380648be97549576c46275a7
2   "name": "SSKit",
3   "version": "1.0.8",
4   "summary": "iOS响应式开发框架",
5   "description": "以‘ReactiveCocoa’为基础搭建的简单易懂的iOS响应式开发框架",
6   "homepage": "https://github.com/bassamyan/SSKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quincy Yan": "yanyibin.nz@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bassamyan/SSKit.git",
19     "tag": "1.0.8"
20   },
21   "resources": "SSKit/SSResource/**/*",
22   "requires_arc": true,
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 2.5"
26     ],
27     "Masonry": [
28       "~> 1.0.1"
29     ],
30     "SDWebImage": [
31       "~> 3.8.2"
32     ],
33     "AFNetworking": [
34       "~> 3.1.0"
35     ],
36     "KMNavigationBarTransition": [
37       "~> 0.0.10"
38     ],
39     "TPKeyboardAvoiding": [
40       "~> 1.3"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Configure",
46       "source_files": "SSKit/SSConfigure/**/*.{h,m}"
47     },
48     {
49       "name": "Category",
50       "subspecs": [
51         {
52           "name": "Foundation",
53           "source_files": "SSKit/SSCategory/Foundation/*.{h,m}"
54         },
55         {
56           "name": "UIKit",
57           "source_files": "SSKit/SSCategory/UIKit/*.{h,m}",
58           "dependencies": {
59             "SSKit/Category/Foundation": [
61             ]
62           }
63         }
64       ]
65     },
66     {
67       "name": "CustomUI",
68       "dependencies": {
69         "SSKit/Category": [
71         ]
72       },
73       "subspecs": [
74         {
75           "name": "SSAlertView",
76           "source_files": "SSKit/SSCustomUI/SSAlertView/*.{h,m}"
77         },
78         {
79           "name": "SSDialog",
80           "source_files": "SSKit/SSCustomUI/SSDialog/*.{h,m}"
81         },
82         {
83           "name": "SSPageControl",
84           "source_files": "SSKit/SSCustomUI/SSPageControl/*.{h,m}"
85         },
86         {
87           "name": "SSProgressIndicator",
88           "source_files": "SSKit/SSCustomUI/SSProgressIndicator/*.{h,m}"
89         },
90         {
91           "name": "SSPullRefresh",
92           "source_files": "SSKit/SSCustomUI/SSPullRefresh/*.{h,m}"
93         },
94         {
95           "name": "SSStatus",
96           "source_files": "SSKit/SSCustomUI/SSStatus/*.{h,m}"
97         },
98         {
99           "name": "SSTabbar",
100           "source_files": "SSKit/SSCustomUI/SSTabbar/*.{h,m}"
101         }
102       ]
103     },
104     {
105       "name": "Handler",
106       "source_files": "SSKit/SSHandler/**/*.{h,m}",
107       "dependencies": {
108         "SSKit/CustomUI": [
110         ],
111         "SSKit/Configure": [
113         ]
114       }
115     },
116     {
117       "name": "Inherit",
118       "source_files": "SSKit/SSInherit/**/*.{h,m}"
119     },
120     {
121       "name": "Service",
122       "source_files": "SSKit/SSService/**/*.{h,m}",
123       "dependencies": {
124         "SSKit/Handler": [
126         ]
127       }
128     },
129     {
130       "name": "MVVMBase",
131       "source_files": "SSKit/SSMVVM/**/*.{h,m}",
132       "dependencies": {
133         "SSKit/CustomUI": [
135         ],
136         "SSKit/Category": [
138         ],
139         "SSKit/Configure": [
141         ],
142         "SSKit/Handler": [
144         ]
145       }
146     },
147     {
148       "name": "Headers",
149       "source_files": "SSKit/SSHeaders/*.h",
150       "dependencies": {
151         "SSKit/CustomUI": [
153         ],
154         "SSKit/Category": [
156         ],
157         "SSKit/Inherit": [
159         ],
160         "SSKit/MVVMBase": [
162         ]
163       }
164     }
165   ]