blob: 4a97060bd5c68a9394cea24407a6075119470af9 [file] [log] [blame]
{
"name": "SmartlingContextKit",
"version": "0.12.0",
"deprecated_in_favor_of": "Smartling",
"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.12.0"
},
"source_files": "**/*.h",
"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"
}
}