[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 3 / SSKit / 1.1.1-beta / SSKit.podspec.json
blob38b8e30ecf2b19eeb15aa9ffda40c655cd58b2f2
2   "name": "SSKit",
3   "version": "1.1.1-beta",
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.1.1-beta"
20   },
21   "source_files": "SSKit/**/*.{h,m}",
22   "resources": "SSKit/Resource/**/*",
23   "requires_arc": true,
24   "dependencies": {
25     "ReactiveCocoa": [
26       "~> 2.5"
27     ],
28     "Masonry": [
29       "~> 1.0.1"
30     ],
31     "SDWebImage": [
32       "~> 3.8.2"
33     ],
34     "AFNetworking": [
35       "~> 3.1.0"
36     ],
37     "KMNavigationBarTransition": [
38       "~> 0.0.10"
39     ],
40     "TPKeyboardAvoiding": [
41       "~> 1.3"
42     ],
43     "SSPullRefresh": [
45     ],
46     "SSDialog": [
48     ],
49     "SSTabbar": [
51     ],
52     "SSProgressIndicator": [
54     ],
55     "SSStatus": [
57     ],
58     "SSConfigure": [
60     ],
61     "SSCategory": [
63     ],
64     "SSHandler": [
66     ],
67     "SSInherits": [
69     ],
70     "SSService": [
72     ]
73   }