[Add] AMRAdapterAdmob 11.13.0.2
[CocoaPods.git] / Specs / d / 9 / 9 / SCGoogleSearch / 0.0.3 / SCGoogleSearch.podspec.json
blob3519e229d8f802a34ba60bbab56b301997d27d70
2   "name": "SCGoogleSearch",
3   "version": "0.0.3",
4   "summary": "Simpe implementation for Google Custom Search API.",
5   "homepage": "https://github.com/makleso6/SCGoogleSearch",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sugar and Candy": "mail@sugarandcandy.ru"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/makleso6/SCGoogleSearch.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "SCGoogleSearch/**/SC*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0.3"
24     ]
25   },
26   "ios": {
27     "frameworks": "UIKit"
28   }