blob: de2e984c1706ca231fd97a5a9c5857b9053f8043 [file] [log] [blame]
{
"name": "SWCommonFramework",
"version": "1.0.0",
"summary": "项目常用库",
"homepage": "https://github.com/547/SWCommonFramework",
"license": "MIT",
"authors": {
"547": "timer_sevenwang@163.com"
},
"source": {
"git": "https://github.com/547/SWCommonFramework.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "SWCommonFramework/SWCommonFramework/**/*.swift",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"platforms": {
"ios": "8.0"
}
}