[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 2 / 3 / SSKit / 0.2.6 / SSKit.podspec.json
blobdf9a3f66a87e46f4e1e0bab7ad5c543cca7a847d
2   "name": "SSKit",
3   "version": "0.2.6",
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.6"
20   },
21   "source_files": "SSKit/**/*.{h,m}",
22   "resources": "SSKit/SSResource/**/*",
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     "YYModel": [
38       "~> 1.0.4"
39     ],
40     "FDFullscreenPopGesture": [
41       "~> 1.1"
42     ],
43     "KMNavigationBarTransition": [
44       "~> 0.0.10"
45     ],
46     "TPKeyboardAvoiding": [
47       "~> 1.3"
48     ]
49   }