blob: b8182dd5afab59670a9a4b39dc83e6ef34fd833f [file] [log] [blame]
{
"name": "SmartlingContextKit",
"version": "0.10.0",
"summary": "Captures context from native iOS applications into Smartling TMS",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Scott Rossillo": "srossillo@smartling.com"
},
"homepage": "https://github.com/Smartling/ios-context-framework",
"social_media_url": "https://twitter.com/smartling",
"frameworks": [
"CFNetwork",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"requires_arc": true,
"source": {
"git": "https://github.com/Smartling/ios-context-framework.git",
"tag": "0.10.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"preserve_paths": "ios/SmartlingContextKit.framework",
"public_header_files": "ios/SmartlingContextKit.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "ios/SmartlingContextKit.framework"
}
}