blob: 2ce925c1e9e7dca26ae46df570c9650b4c1c4268 [file] [log] [blame]
{
"name": "FGTranslator",
"version": "1.1.0",
"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": "6.0"
},
"source": {
"git": "https://github.com/gpolak/FGTranslator.git",
"tag": "1.1.0"
},
"source_files": [
"FGTranslator",
"FGTranslator/XMLDictionary"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"TMCache": [
"~> 1.2"
]
}
}