[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 2 / 6 / XBCacheRequest / 0.4.2 / XBCacheRequest.podspec.json
blob120bc1a0235fb0c9eac22ed432ed461674b80b43
2   "name": "XBCacheRequest",
3   "version": "0.4.2",
4   "summary": "XBCache request is an extension of AFNetwork, allow cached post request",
5   "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",
6   "homepage": "https://github.com/EugeneNguyen/XBCacheRequest",
7   "license": "MIT",
8   "authors": {
9     "eugenenguyen": "xuanbinh91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EugeneNguyen/XBCacheRequest.git",
13     "tag": "0.4.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "XBCacheRequest": [
22       "Pod/Assets/*"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "JSONKit-NoWarning": [
31     ],
32     "MBProgressHUD": [
34     ]
35   }