[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 1 / 0 / 6 / Realm+JSON / 0.1 / Realm+JSON.podspec.json
blobec45a53f729d5576e0e2abbbf679a722ff2e45d1
2   "name": "Realm+JSON",
3   "version": "0.1",
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"
21   },
22   "source_files": "Realm+JSON/*.{h,m}",
23   "public_header_files": "Realm+JSON/*.h",
24   "dependencies": {
25     "Realm": [
26       "0.81"
27     ]
28   },
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Realm/realm-cocoapods-0.81.0/ios"
31   }