blob: 7282f246c0dfb3e0cef994e9ca05c73504108323 [file] [log] [blame]
{
"name": "Translation",
"version": "1.2",
"summary": "UIKit & UIFoundation",
"description": "UIKit & UIFoundation Category",
"homepage": "https://github.com/ichitech/translation",
"screenshots": "https://github.com/ichitech/translation/master/translation.jpeg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harry Tran": "ngocbinh02@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ichitech/translation.git",
"tag": "1.2"
},
"weak_frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "Translation.framework",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"PINCache": [
]
},
"source_files": "Translation.framework/Versions/A/Headers/*.h",
"public_header_files": "Translation.framework/Versions/A/Headers/*.h"
}