blob: eb79f6ab351302bcb1127820f60adc58a24f1459 [file] [log] [blame]
{
"name": "XBCacheRequest",
"version": "0.3.1.1",
"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.3.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XBCacheRequest": [
"Pod/Assets/*"
]
},
"dependencies": {
"AFNetworking": [
],
"JSONKit-NoWarning": [
]
}
}