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