blob: 8953457935f0e33beb61164da385f0451a10a9ea [file] [log] [blame]
{
"name": "FastEasyMappingRealm",
"version": "1.0",
"summary": "Fast mapping from JSON to Realm",
"homepage": "https://github.com/Yalantis/FastEasyMappingRealm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dima Zen": "zen.dev@yandex.com"
},
"source": {
"git": "https://github.com/Yalantis/FastEasyMappingRealm.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"dependencies": {
"FastEasyMapping": [
"~> 1.2"
],
"Realm": [
"~> 2.7"
]
},
"source_files": "FastEasyMappingRealm/**/*.{h,m}",
"private_header_files": "FastEasyMappingRealm/Private/**/*.{h}"
}