| { |
| "name": "SCGoogleSearch", |
| "version": "0.0.3", |
| "summary": "Simpe implementation for Google Custom Search API.", |
| "homepage": "https://github.com/makleso6/SCGoogleSearch", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Sugar and Candy": "mail@sugarandcandy.ru" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/makleso6/SCGoogleSearch.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "SCGoogleSearch/**/SC*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0.3" |
| ] |
| }, |
| "ios": { |
| "frameworks": "UIKit" |
| } |
| } |