blob: e20525d262d39a7ae3ea48a67d4f655c99450ef7 [file] [log] [blame]
{
"name": "GYHttpManager",
"version": "0.1.5",
"summary": "使用链式语法实现对AFNetworking的二次封装",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/inoryshu/GYHttpManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"inoryshu": "inoryxun@gmail.com"
},
"source": {
"git": "https://github.com/inoryshu/GYHttpManager.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Cache",
"source_files": "GYHttpManager/Classes/Cache/**/*"
},
{
"name": "Http",
"source_files": "GYHttpManager/Classes/Http/**/*"
}
]
}