blob: 2fa98bcf35b7efeb47bfabbf3e392931024c6a41 [file] [log] [blame]
{
"name": "SSService",
"version": "0.3.0",
"summary": "一些基础服务",
"description": "作用于SSKit中的一些基础服务",
"homepage": "https://github.com/bassamyan/SSService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quincy Yan": "yanyibin.nz@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bassamyan/SSService.git",
"tag": "0.3.0"
},
"source_files": "SSServiceDemo/SSService/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"SSHandler": [
],
"AFNetworking": [
"~> 3.1.0"
]
}
}