blob: 4706a93bc52874d94ce1a3f4cb3d39c7b453acad [file] [log] [blame]
{
"name": "SSService",
"version": "0.0.1",
"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.0.1"
},
"source_files": "SSServiceDemo/SSService/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"SSHandler": [
],
"AFNetworking": [
"~> 3.1.0"
]
}
}