{ | |
"name": "SWCommonFramework", | |
"version": "1.1.1", | |
"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.1.1" | |
}, | |
"requires_arc": true, | |
"source_files": "SWCommonFramework/SWCommonFramework/**/*.swift", | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 3.0.4" | |
] | |
}, | |
"platforms": { | |
"ios": "8.0" | |
} | |
} |