[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 3 / c / ObjectMapper+Realm / 0.2 / ObjectMapper+Realm.podspec.json
blob3b11be57978ba30d0a986f001b7343b18e3183f7
2   "name": "ObjectMapper+Realm",
3   "version": "0.2",
4   "summary": "A Realm extension that serializes arbitrary JSON into Realm's List class",
5   "homepage": "https://github.com/jakenberg/ObjectMapper-Realm",
6   "license": "MIT",
7   "authors": {
8     "Jake Peterson": "hello@jakenberg.io"
9   },
10   "source": {
11     "git": "https://github.com/jakenberg/ObjectMapper-Realm.git",
12     "tag": "0.2"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "requires_arc": "true",
19   "dependencies": {
20     "ObjectMapper": [
22     ],
23     "RealmSwift": [
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3.0"
29   },
30   "source_files": "ObjectMapper+Realm/*.swift",
31   "pushed_with_swift_version": "3.0"