blob: dcd50193af8f41f1e3da42405ec348917ea7b275 [file] [log] [blame]
{
"name": "FGTranslator",
"version": "1.1.2",
"summary": "iOS library for Google and Bing translation services",
"homepage": "https://github.com/gpolak/FGTranslator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Polak": "george.polak@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gpolak/FGTranslator.git",
"tag": "1.1.2"
},
"source_files": [
"FGTranslator",
"FGTranslator/XMLDictionary"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"TMCache": [
"~> 2.0"
]
}
}