blob: 96b24d4f944798a55f5c81128a72d75dd9d74693 [file] [log] [blame]
{
"name": "SinchVerification-Swift",
"version": "2.0.6",
"platforms": {
"ios": "8.0"
},
"summary": "The Sinch Verification SDK makes verifying phone numbers easy.",
"description": "The Sinch Verification SDK makes verifying phone numbers easy.\n\n* Verification of phone numbers via SMS and callout\n* Simple authentication scheme to get started quickly\n* Server integration via REST-API callbacks for advanced setups",
"homepage": "https://www.sinch.com/products/verification/",
"authors": {
"Sinch": "dev@sinch.com"
},
"social_media_url": "https://twitter.com/sinchdev",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"source": {
"http": "https://download.sinch.com/verification/ios/2.0.6/SinchVerification-iOS-2.0.6-3d3dd63.tar.bz2"
},
"preserve_paths": [
"LICENSE.txt",
"objc/SinchVerification.framework",
"cocoapods"
],
"ios": {
"vendored_frameworks": "objc/SinchVerification.framework"
},
"prepare_command": "cp -R objc/SinchVerification.framework cocoapods/SinchVerificationObjC.framework\ncp cocoapods/SinchVerificationObjC.modulemap cocoapods/SinchVerificationObjC.framework/Modules/module.modulemap",
"source_files": "swift4/src/SinchVerification.swift",
"module_name": "SinchVerification",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SinchVerification-Swift/cocoapods"
},
"libraries": [
"c++",
"icucore",
"z"
],
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"CoreTelephony"
]
}