| { |
| "name": "RealmAdditions", |
| "version": "1.0.2", |
| "summary": "Adds Realm representation for Int, String, Double and Bool", |
| "description": "Adds Realm representation for Int, String, Double and Bool. This allows to store them in Realm Lists.", |
| "homepage": "https://github.com/APUtils/RealmAdditions", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Anton Plebanovich": "anton.plebanovich@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/APUtils/RealmAdditions.git", |
| "tag": "1.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "RealmAdditions/Classes/**/*", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "RealmSwift": [ |
| "~> 2" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |