| { |
| "name": "Algent", |
| "version": "0.5.0", |
| "summary": "Algent is a wrapper of Algolia search client for iOS.", |
| "description": "Algent is a wrapper of Algolia search client for iOS.\nIf you need more infomation, look https://github.com/miup/Algent.git.", |
| "homepage": "https://github.com/miup/Algent", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "miup": "contact@miup.blue" |
| }, |
| "source": { |
| "git": "https://github.com/miup/Algent.git", |
| "tag": "0.5.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Algent/Classes/**/*", |
| "dependencies": { |
| "InstantSearchClient": [ |
| "~> 6.0" |
| ], |
| "Result": [ |
| |
| ] |
| } |
| } |