blob: 1e1571b61c4283a8de02b4a8eaa3a577c86acc55 [file] [log] [blame]
{
"name": "QueryGenie",
"version": "1.0.0",
"summary": "A lightweight framework for creating type-safe queries. With out-of-the-box support for CoreData and Realm.",
"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"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "QueryGenie/*.swift"
},
{
"name": "Realm",
"source_files": "QueryGenie/Realm/*.swift",
"dependencies": {
"QueryGenie/Core": [
],
"RealmSwift": [
"~> 2.4"
]
}
},
{
"name": "CoreData",
"source_files": "QueryGenie/CoreData/*.swift",
"dependencies": {
"QueryGenie/Core": [
]
},
"frameworks": "CoreData"
}
]
}