[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / 6 / Realm+JSON / 0.1.2 / Realm+JSON.podspec.json
blobfac6d50e471b5932185a4a0586f881cb6ac68e6d
2   "name": "Realm+JSON",
3   "version": "0.1.2",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "A concise Mantle-like way of working with Realm and JSON.",
12   "homepage": "https://github.com/matthewcheok/Realm-JSON",
13   "authors": {
14     "Matthew Cheok": "cheok.jz@gmail.com"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/matthewcheok/Realm-JSON.git",
19     "branch": "master",
20     "tag": "0.1.2"
21   },
22   "source_files": "Realm+JSON/*.{h,m}",
23   "public_header_files": "Realm+JSON/*.h",
24   "dependencies": {
25     "Realm": [
26       "0.82.0"
27     ]
28   },
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Realm/realm-cocoapods-0.82.0/ios"
31   }