[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 3 / c / ObjectMapper+Realm / 0.5 / ObjectMapper+Realm.podspec.json
blob2c3701c1039050215679b167dd881811ba975cda
2   "name": "ObjectMapper+Realm",
3   "version": "0.5",
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.5"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "tvos": "10.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "ObjectMapper": [
23     ],
24     "RealmSwift": [
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   },
31   "source_files": "ObjectMapper+Realm/*.swift",
32   "pushed_with_swift_version": "3.0"