blob: 4b55b66a3dff392460fa8bae68057336bf7049dc [file] [log] [blame]
{
"name": "Smartling",
"version": "1.1.7",
"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 © 2016 Smartling, Inc.\n\n All rights reserved.\n\n www.smartling.com\n"
},
"authors": {
"EmilienHuet": "ehuet@smartling.com"
},
"source": {
"git": "https://github.com/Smartling/ios-lqa-sdk.git",
"tag": "1.1.7"
},
"social_media_url": "https://twitter.com/smartling",
"documentation_url": "https://resources.smartling.com/h/",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"preserve_paths": [
"Smartling.framework"
],
"libraries": [
"icucore"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"source_files": "Smartling.framework/Headers/*.h",
"public_header_files": "Smartling.framework/Headers/*.h",
"vendored_frameworks": "Smartling.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Smartling\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}