| { |
| "name": "InstantSearch-Core-Offline-Swift", |
| "module_name": "InstantSearchCore", |
| "version": "1.0", |
| "license": "MIT", |
| "summary": "Instant Search library for Swift by Algolia", |
| "homepage": "https://github.com/algolia/instantsearch-core-swift", |
| "authors": { |
| "Algolia": "contact@algolia.com" |
| }, |
| "source": { |
| "git": "https://github.com/algolia/instantsearch-core-swift.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "Sources/*.swift" |
| ], |
| "dependencies": { |
| "AlgoliaSearch-Offline-Swift": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |