| { |
| "name": "ElasticSwiftQueryDSL", |
| "version": "1.0.0-alpha.11", |
| "summary": "Elasticsearch QueryDSL for ElasticSwift", |
| "description": "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux.", |
| "homepage": "http://github.com/pksprojects/ElasticSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "pksprojects": "support@pksprojects.com" |
| }, |
| "source": { |
| "git": "https://github.com/pksprojects/ElasticSwift.git", |
| "tag": "v1.0.0-alpha.11", |
| "submodules": true |
| }, |
| "swift_versions": "5.0", |
| "cocoapods_version": ">=1.6.0", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.10", |
| "tvos": "10.0" |
| }, |
| "source_files": "Sources/ElasticSwiftQueryDSL/**/*.swift", |
| "dependencies": { |
| "ElasticSwiftCodableUtils": [ |
| "1.0.0-alpha.11" |
| ], |
| "ElasticSwiftCore": [ |
| "1.0.0-alpha.11" |
| ], |
| "Logging": [ |
| "~> 1.2" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |