blob: 1f097f1ccbab85bf4b8a8b12ec50a6f19892ff6a [file] [log] [blame]
{
"name": "IOAApiManager",
"version": "0.0.1",
"summary": "网络请求框架对 YTKNetwork二次封装,使用方式多样,简单。",
"description": "网络请求框架对 YTKNetwork二次封装,使用方式多样,简单。 Easy",
"homepage": "https://github.com/EarthMass/IOAApiManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EarthMass": "627556038@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EarthMass/IOAApiManager.git",
"tag": "0.0.1"
},
"source_files": "IOAApiManagerDemo/**/IOAApiManager.h",
"public_header_files": "IOAApiManagerDemo/**/IOAApiManager.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJExtension": [
],
"YTKNetwork": [
"2.0.4"
],
"HXProgressHUD": [
]
},
"subspecs": [
{
"name": "IOARequestAndResponse",
"source_files": "IOAApiManagerDemo/**/IOA{Request,Response,ApiHelper,NetworkManager}.{h,m}",
"public_header_files": "IOAApiManagerDemo/**/IOA{Request,Response,ApiHelper,NetworkManager}.h"
},
{
"name": "IOACategary",
"source_files": "IOAApiManagerDemo/**/AFJSONResponseSerializer+Addition.{h,m}",
"public_header_files": "IOAApiManagerDemo/**/AFJSONResponseSerializer+Addition.h"
}
]
}