blob: d888a17e778fc60cbecd073988269e9d30e732f8 [file] [log] [blame]
{
"name": "YCRequest",
"version": "0.1.16",
"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.16"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "YCRequest/Classes/*.{h,m}",
"public_header_files": "YCRequest/Classes/YC*.h",
"dependencies": {
"AFNetworking/NSURLSession": [
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
}
}