[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 3 / SSKit / 0.2.8 / SSKit.podspec.json
blobb4aad89547d5dcafef4eb916b56b496c14e4365b
2   "name": "SSKit",
3   "version": "0.2.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": "0.2.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     "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/SSColor/SSColors.h"
53     },
54     {
55       "name": "SSCategory",
56       "source_files": "SSKit/SSCategory/**/*.{h,m}",
57       "dependencies": {
58         "SSKit/SSConfigure": [
60         ]
61       }
62     }
63   ]