[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / 3 / SSKit / 0.2.5 / SSKit.podspec.json
blobf2e200a39010675aad630ee01cdf3485c60b5698
2   "name": "SSKit",
3   "version": "0.2.5",
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.5"
20   },
21   "source_files": [
22     "SSKit",
23     "SSKit/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "ReactiveCocoa": [
28       "~> 2.5"
29     ],
30     "Masonry": [
31       "~> 1.0.1"
32     ],
33     "SDWebImage": [
34       "~> 3.8.2"
35     ],
36     "AFNetworking": [
37       "~> 3.1.0"
38     ],
39     "YYModel": [
40       "~> 1.0.4"
41     ],
42     "FDFullscreenPopGesture": [
43       "~> 1.1"
44     ],
45     "KMNavigationBarTransition": [
46       "~> 0.0.10"
47     ],
48     "TPKeyboardAvoiding": [
49       "~> 1.3"
50     ]
51   }