| { |
| "name": "QueryGenieRealmGenerator", |
| "version": "1.0.0", |
| "summary": "A generator for creating Attribute extensions for your Realm objects to use with QueryGenie.", |
| "homepage": "https://github.com/AnthonyMDev/QueryGenie", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Anthony Miller": "AnthonyMDev@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/AnthonyMDev", |
| "source": { |
| "git": "https://github.com/AnthonyMDev/QueryGenie.git", |
| "tag": "1.0.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "QueryGenie/RealmGenerator/*.swift", |
| "dependencies": { |
| "Realm": [ |
| "~> 2.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |