blob: f0a19f8160bcc395bfa432b304fe1a47469f8380 [file] [log] [blame]
{
"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"
}