| { |
| "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" |
| } |