{ | |
"name": "GPNetworking", | |
"version": "1.0.1", | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"license": "MIT", | |
"homepage": "https://github.com/gu2890961", | |
"authors": { | |
"gu2890961": "745001999@qq.com" | |
}, | |
"summary": "网络框架的封装", | |
"source": { | |
"git": "https://github.com/gu2890961/GPNetworking.git", | |
"tag": "1.0.1" | |
}, | |
"source_files": "GPNetworking/GPNetworking/**/{*.h,*.m}", | |
"frameworks": "UIKit", | |
"requires_arc": true, | |
"dependencies": { | |
"AFNetworking": [ | |
] | |
} | |
} |