[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 2 / 6 / XBCacheRequest / 0.5.6 / XBCacheRequest.podspec.json
blobe71b904702cb657f705c01b9009078408c02f04d
2   "name": "XBCacheRequest",
3   "version": "0.5.6",
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!",
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.5.6"
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   }