blob: 8e21c62eafcd5c695c8208fde7d1a8041905d326 [file] [log] [blame]
{
"name": "XBCacheRequest",
"version": "0.4",
"summary": "XBCache request is an extension of AFNetwork, allow cached post request",
"description": " XBCache request is an extension of AFNetwork, allow cached post request with several more option\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/EugeneNguyen/XBCacheRequest",
"license": "MIT",
"authors": {
"eugenenguyen": "xuanbinh91@gmail.com"
},
"source": {
"git": "https://github.com/EugeneNguyen/XBCacheRequest.git",
"tag": "0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XBCacheRequest": [
"Pod/Assets/*"
]
},
"dependencies": {
"AFNetworking": [
],
"JSONKit-NoWarning": [
]
}
}