[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / 3 / VLRealm+JSON / 0.3.0 / VLRealm+JSON.podspec.json
blob9d728a779211d5f109f02c606ee41893c0d211a5
2   "name": "VLRealm+JSON",
3   "version": "0.3.0",
4   "platforms": {
5     "ios": "7.0",
6     "osx": "10.9",
7     "watchos": "2.0"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "summary": "A concise Mantle-like way of working with Realm and JSON.",
14   "homepage": "https://github.com/viktorasl/Realm-JSON",
15   "authors": {
16     "Viktoras Laukevičius": "viktoras.laukevicius@yahoo.com"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/viktorasl/Realm-JSON.git",
21     "branch": "master",
22     "tag": "0.3.0"
23   },
24   "source_files": "Realm+JSON/*.{h,m}",
25   "public_header_files": "Realm+JSON/*.h",
26   "dependencies": {
27     "Realm": [
28       "~> 2.0"
29     ]
30   }