blob: a74d4361789550ec36e6d4a3f1294e17dfe89991 [file] [log] [blame]
{
"name": "DumbstruckReact",
"version": "1.0.0",
"summary": "Dumbstruck React SDK",
"description": "Dumbstruck React SDK Framework",
"homepage": "https://developers.dumbstruck.me",
"license": {
"type": "Commercial",
"text": "React SDK: Copyright 2016 Dumbstruck, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Dumbstruck Software and Services Agreement located at https://developers.dumbstruck.me/terms"
},
"authors": {
"Troy Valle": "troy@dumbstruck.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://pod.dumbstruck.me/reactsdk/builds/latest/DumbstruckReactSDK.framework.zip"
},
"ios": {
"public_header_files": "DumbstruckReactSDK.framework/Headers/**/*.h",
"vendored_frameworks": "DumbstruckReactSDK.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"AudioToolbox",
"CoreAudio",
"Foundation",
"Accelerate",
"SystemConfiguration",
"Photos"
]
},
"requires_arc": true,
"preserve_paths": "DumbstruckReactSDK.framework/*"
}