| { |
| "name": "InstantSearchCoreOffline", |
| "module_name": "InstantSearchCore", |
| "version": "3.2.4", |
| "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": "3.2.4" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "Sources/*.swift" |
| ], |
| "dependencies": { |
| "InstantSearchClientOffline": [ |
| "~> 5.0" |
| ] |
| } |
| } |