blob: d9a2a3c3ca0ae078d7bdbf9a9f7fd5a27182b783 [file] [log] [blame]
{
"name": "RealmModels",
"version": "0.1.0",
"summary": "RealmModels use ObjectMapper RealmSwift.",
"description": "#TODO: Add long description of the pod here.\nRealmModels use ObjectMapper RealmSwift to models.",
"homepage": "https://github.com/HoangDinhTho/RealmModels",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"thohoangdinh@gmail.com": "HoangTho"
},
"source": {
"git": "https://github.com/HoangDinhTho/RealmModels.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/HoangDinhTho",
"platforms": {
"ios": "10.0"
},
"source_files": "RealmModels/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RealmSwift": [
"~> 3.11.0"
],
"ObjectMapper": [
"~> 3.3.0"
]
},
"swift_version": "4.2"
}