[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 3 / SSKit / 0.2.10 / SSKit.podspec.json
blob19769b8bbf0cc179e1d3444dbf4a9fce692a4e9b
2   "name": "SSKit",
3   "version": "0.2.10",
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": "0.2.10"
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     "YYModel": [
37       "~> 1.0.4"
38     ],
39     "FDFullscreenPopGesture": [
40       "~> 1.1"
41     ],
42     "KMNavigationBarTransition": [
43       "~> 0.0.10"
44     ],
45     "TPKeyboardAvoiding": [
46       "~> 1.3"
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "SSConfigure",
52       "source_files": "SSKit/SSConfigure/**/*.{h,m}"
53     },
54     {
55       "name": "SSCategory",
56       "source_files": "SSKit/SSCategory/**/*.{h,m}"
57     },
58     {
59       "name": "SSCustomUI",
60       "source_files": "SSKit/SSCustomUI/**/*.{h,m}",
61       "dependencies": {
62         "SSKit/SSCategory": [
64         ]
65       }
66     },
67     {
68       "name": "SSHandler",
69       "source_files": "SSKit/SSHandler/**/*.{h,m}",
70       "dependencies": {
71         "SSKit/SSCustomUI": [
73         ]
74       }
75     },
76     {
77       "name": "SSInherit",
78       "source_files": "SSKit/SSInherit/**/*.{h,m}"
79     },
80     {
81       "name": "SSService",
82       "source_files": "SSKit/SSService/**/*.{h,m}",
83       "dependencies": {
84         "SSKit/SSHandler": [
86         ]
87       }
88     }
89   ]