blob: 0776349baaa2c70b2467f94f0246aacfc266d562 [file] [log] [blame]
{
"name": "RealmMapper",
"version": "2.1.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.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"RealmSwift": [
"~> 2.4"
],
"ObjectMapper": [
"~> 2.2"
]
},
"source_files": "RealmMapper/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}