[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 0 / 9 / SSService / 0.3.1 / SSService.podspec.json
blob54daac1c3031786a8c114efd16686b13ee8bb08e
2   "name": "SSService",
3   "version": "0.3.1",
4   "summary": "一些基础服务",
5   "description": "作用于SSKit中的一些基础服务",
6   "homepage": "https://github.com/bassamyan/SSService",
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/SSService.git",
19     "tag": "0.3.1"
20   },
21   "source_files": "SSServiceDemo/SSService/**/*.{h,m}",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 2.5"
25     ],
26     "SSHandler": [
28     ],
29     "AFNetworking": [
30       "~> 3.1.0"
31     ]
32   }