blob: 1f13d9723062ba499bee03f87da742ab7416698d [file] [log] [blame]
{
"name": "YCRequest",
"version": "0.1.10",
"summary": "YCRequest.",
"description": "YCRequest with AFNetworking",
"homepage": "https://github.com/ungacy/YCRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ungacy": "ungacy@126.com"
},
"source": {
"git": "https://github.com/ungacy/YCRequest.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YCRequest/Classes/*.{h,m}",
"public_header_files": "YCRequest/Classes/YC*.h",
"dependencies": {
"AFNetworking": [
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
}
}