blob: cd860e6fea48fcb526d211509c0c5afe22e1b612 [file] [log] [blame]
{
"name": "TranslatorSwift",
"version": "0.0.1",
"summary": "Easy way to use Microsoft Translator API in Swift.",
"description": "An easy way to use Microsoft Translator API in Swift.",
"homepage": "https://github.com/yokoe/TranslatorSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "info@kreuz45.com"
},
"source": {
"git": "https://github.com/yokoe/TranslatorSwift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TranslatorSwift/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"SWXMLHash": [
],
"Result": [
]
},
"pushed_with_swift_version": "3.0"
}