[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 9 / SSService / 0.0.2 / SSService.podspec.json
blob7f890925aa1d52004d86ba65f92b0d899b91f75b
2   "name": "SSService",
3   "version": "0.0.2",
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.0.2"
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   }