blob: 81addae050d0fd6b817e6ba5b06d7502dcd1f99b [file] [log] [blame]
{
"name": "RealmMapper",
"version": "2.3.0",
"license": "MIT",
"summary": "RealmMapper",
"homepage": "https://github.com/zendobk/RealmMapper",
"authors": {
"Dao Nguyen": "zendobk"
},
"source": {
"git": "https://github.com/zendobk/RealmMapper.git",
"tag": "2.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"RealmSwift": [
"~> 2.2"
],
"ObjectMapper": [
"~> 2.2"
]
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.1"
}