blob: 20e812df8f68220e173a3b0349897d122249ecc8 [file] [log] [blame]
{
"name": "SCGoogleSearch",
"version": "0.0.2",
"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.2"
},
"source_files": "SCGoogleSearch/**/SC*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.3"
]
},
"ios": {
"frameworks": "UIKit"
}
}