[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 2 / 6 / XBCacheRequest / 0.1.1 / XBCacheRequest.podspec.json
blob50df25f303fa3b178746d2a1c63fed9db95ac163
2   "name": "XBCacheRequest",
3   "version": "0.1.1",
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.1.1"
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/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "JSONKit-NoWarning": [
31     ]
32   }