blob: 85164aa267d10d76bb45df84765633717f6be4bb [file] [log] [blame]
{
"name": "Qordoba-iOS-SDK",
"version": "1.3.5.1",
"license": {
"type": "Apache License, Version 2.0",
"text": "See https://github.com/Qordobacode/Qordoba-iOS-SDK/blob/master/License.md"
},
"summary": "The Qordoba iOS SDK.",
"description": "The Qordoba iOS SDK enables you to access the Qorodba localization services and APIs.",
"homepage": "http://www.qordoba.com/",
"authors": "Konrad Rodzik @ Qordoba",
"social_media_url": "https://twitter.com/qordoba",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Qordobacode/Qordoba-iOS-SDK.git",
"tag": "1.3.5.1"
},
"resources": "QordobaSDK.bundle",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration",
"UIKit"
],
"libraries": [
"icucore",
"z"
],
"preserve_paths": [
"QordobaSDK.framework",
"scripts/*"
],
"public_header_files": "QordobaSDK.framework/**/*.h",
"vendored_frameworks": [
"QordobaSDK.framework",
"QordobaSDK.bundle"
]
}