[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / e / f / ResplendentRestkit / 0.2.2 / ResplendentRestkit.podspec.json
blob0fa61cfbd29922983aaddc6c6871a18c86fdbe30
2   "name": "ResplendentRestkit",
3   "version": "0.2.2",
4   "summary": "A set of of tools to facilitate common Restkit usage.",
5   "homepage": "https://github.com/Resplendent/ResplendentRestkit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Benjamin Maer": "ben@resplendent.co",
12     "Richard Reitzfeld": "richie.reitzfeld@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Resplendent/ResplendentRestkit.git",
16     "tag": "v0.2.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "ResplendentRestkit/Classes/**/*",
23   "frameworks": "MobileCoreServices",
24   "dependencies": {
25     "ResplendentUtilities": [
26       "~> 0.5.0"
27     ],
28     "RestKit": [
29       "~> 0.27.0"
30     ]
31   }