[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Kuery / 0.3.0 / Kuery.podspec.json
blobe6872a57ab8fab878357fdf09175766a0eb6ce32
2   "name": "Kuery",
3   "version": "0.3.0",
4   "summary": "A type-safe Core Data query API using Swift 4's Smart KeyPaths.",
5   "description": "Kuery, a type-safe Core Data query API using Swift 4's Smart KeyPaths.",
6   "homepage": "https://github.com/kishikawakatsumi/Kuery",
7   "source_files": "Sources/Kuery/*.swift",
8   "pod_target_xcconfig": {
9     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
10     "APPLICATION_EXTENSION_API_ONLY": "YES"
11   },
12   "frameworks": [
13     "Foundation",
14     "CoreData"
15   ],
16   "source": {
17     "git": "https://github.com/kishikawakatsumi/Kuery.git",
18     "tag": "v0.3.0"
19   },
20   "license": {
21     "type": "MIT",
22     "file": "LICENSE"
23   },
24   "authors": {
25     "Kishikawa Katsumi": "kishikawakatsumi@mac.com"
26   },
27   "social_media_url": "https://twitter.com/k_katsumi",
28   "platforms": {
29     "ios": "10.0",
30     "watchos": "3.0",
31     "tvos": "10.0",
32     "osx": "10.12"
33   },
34   "pushed_with_swift_version": "4.0"