blob: 11ae0d3cf44daaff0d693f42eb2b9f0472439aed [file] [log] [blame]
{
"name": "GJHttpToolOC",
"version": "0.1.2",
"summary": "Objective-C 网络请求框架,封装自AFNetworking",
"description": "Objective-C 网络请求框架,封装自AFNetworking.",
"homepage": "https://github.com/cs-lgj/GJHttpToolOC.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ArlenLiu": "arlenliugj@sina.cn"
},
"source": {
"git": "https://github.com/cs-lgj/GJHttpToolOC.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GJHttpToolOC/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"Masonry": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 4.0.0"
],
"IQKeyboardManager": [
"~> 5.0.3"
],
"YYModel": [
"~> 1.0.4"
],
"MJRefresh": [
"~> 3.1.12"
]
}
}