[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 5 / GoogleSuggestions / 1.0.3 / GoogleSuggestions.podspec.json
blob0acff11d802afbf36a09460069e00fad16aa8704
2   "name": "GoogleSuggestions",
3   "version": "1.0.3",
4   "summary": "Fetch google suggestions for a certain text",
5   "description": "This framework will help to get top google suggestions when searching something, by sending the typed piece of string",
6   "homepage": "https://github.com/euroboy/GoogleSuggestions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rmatei1@gmail.com": "rmatei1@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/euroboy/GoogleSuggestions.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GoogleSuggestions/Classes/**/*",
22   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   }