blob: fbe65fc46f4e4c9fa81e7f78d3f48ec341e00758 [file] [log] [blame]
{
"name": "RealmS",
"version": "4.0.1",
"license": "MIT",
"summary": "RealmS",
"homepage": "https://github.com/tsrnd/realms-ios",
"authors": {
"Dao Nguyen": "zendobk"
},
"source": {
"git": "https://github.com/tsrnd/realms-ios",
"tag": "4.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"RealmSwift": [
"~> 3.0"
],
"ObjectMapper": [
"~> 3.0"
]
},
"source_files": "Sources/*.swift"
}