blob: 1d084ebc7acf23e46a9e0ec95533cb31b6f4c035 [file] [log] [blame]
{
"name": "SmartlingSDK",
"version": "1.5.0",
"summary": "Smartling in-context translation editor",
"description": "Smartling offers an advanced interface for translating and performing QA on a mobile app, in-context, directly within the app and on the actual device.",
"homepage": "https://www.smartling.com",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2018 Smartling, Inc.\n\n All rights reserved.\n\n www.smartling.com\n"
},
"authors": {
"Smartling": "srossillo@smartling.com"
},
"source": {
"git": "https://github.com/Smartling/ios-lqa-sdk.git",
"tag": "1.5.0"
},
"social_media_url": "https://twitter.com/smartling",
"documentation_url": "https://resources.smartling.com/h/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.h",
"vendored_libraries": "libSmartling.a",
"frameworks": "UIKit",
"xcconfig": {
"OTHER_LINKER_FLAGS": [
"-lz",
"-ObjC"
]
}
}