blob: 295e70aa95f58c674986a0becddf0082c3495f51 [file] [log] [blame]
{
"name": "SmartlingSDK",
"version": "1.4.7.RC6",
"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.4.7.RC6"
},
"social_media_url": "https://twitter.com/smartling",
"documentation_url": "https://resources.smartling.com/h/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.h",
"preserve_paths": [
"libSmartling.a"
],
"ios": {
"frameworks": "UIKit"
},
"xcconfig": {
"OTHER_LINKER_FLAGS": [
"-lz",
"-ObjC"
]
}
}