blob: e6872a57ab8fab878357fdf09175766a0eb6ce32 [file] [log] [blame]
{
"name": "Kuery",
"version": "0.3.0",
"summary": "A type-safe Core Data query API using Swift 4's Smart KeyPaths.",
"description": "Kuery, a type-safe Core Data query API using Swift 4's Smart KeyPaths.",
"homepage": "https://github.com/kishikawakatsumi/Kuery",
"source_files": "Sources/Kuery/*.swift",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"frameworks": [
"Foundation",
"CoreData"
],
"source": {
"git": "https://github.com/kishikawakatsumi/Kuery.git",
"tag": "v0.3.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kishikawa Katsumi": "kishikawakatsumi@mac.com"
},
"social_media_url": "https://twitter.com/k_katsumi",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0",
"osx": "10.12"
},
"pushed_with_swift_version": "4.0"
}