blob: 7532b9e45afc08433a3243535bd345c71b11b169 [file] [log] [blame]
{
"name": "GoogleSuggestions",
"version": "1.0.5",
"summary": "Fetch google suggestions for a certain text",
"description": "This framework will help to get top google suggestions when searching something, by sending the typed piece of string",
"homepage": "https://github.com/euroboy/GoogleSuggestions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rmatei1@gmail.com": "rmatei1@gmail.com"
},
"source": {
"git": "https://github.com/euroboy/GoogleSuggestions.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GoogleSuggestions/Classes/**/*",
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
}
}