[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / c / 4 / Realm-Rest / 2.0.6 / Realm-Rest.podspec.json
blob0eabcb67b02dea5c14c70b2f0a2a5ce36e3a2857
2   "name": "Realm-Rest",
3   "version": "2.0.6",
4   "summary": "An extension to Realm.io for working with JSON based Rest API's",
5   "homepage": "https://github.com/laptobbe/Realm-Rest",
6   "license": "MIT",
7   "authors": {
8     "Tobias Sundstrand": "tobias.sundstrand@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/laptobbe/Realm-Rest.git",
12     "tag": "2.0.6"
13   },
14   "social_media_url": "https://twitter.com/laptobbe",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "Realm": [
22       "~> 0.90.5"
23     ],
24     "Realm+JSON": [
25       "~> 0.2.5"
26     ],
27     "NSString-UrlEncode": [
28       "~> 2.0.0"
29     ],
30     "NSURL+QueryDictionary": [
31       "~> 1.0.3"
32     ],
33     "KTBTaskQueue": [
34       "~> 1.0.1"
35     ],
36     "AFNetworking": [
37       "~> 2.5.0"
38     ],
39     "Functional.m": [
40       "~> 1.0.0"
41     ]
42   }