blob: 401d9d82401a2d56fc93f7a659149fb41789c3ee [file] [log] [blame]
{
"name": "SmartlingContextKit",
"version": "0.11.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.11.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"
}
}