blob: b8bc9850e85f6ccf8f80e992c87584c43a01b3cb [file] [log] [blame]
{
"name": "SwiftGoogleTranslate",
"version": "0.2.1",
"summary": "SwiftGoogleTranslate",
"description": "A framework to use Cloud Translation API by Google",
"homepage": "https://github.com/maximbilan/SwiftGoogleTranslate",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/SwiftGoogleTranslate.git",
"tag": "0.2.1"
},
"source_files": [
"Classes",
"SwiftGoogleTranslate/Sources/**/*.{swift}"
],
"requires_arc": true
}