blob: e33105b9e8428e1a7c3da459079fe3843da0f0b5 [file] [log] [blame]
{
"name": "DumbstruckReact",
"version": "0.0.1",
"summary": "Dumbstruck React SDK",
"description": "Dumbstruck React SDK Framework",
"homepage": "https://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://developers.dumbstruck.me/downloads/public/ios/com/dumbstruck/react-sdk/1.0.0/reactsdk1-0-0.zip"
},
"ios": {
"public_header_files": "reactsdk1-0-0/DumbstruckReactSDK.framework/Headers/**/*.h",
"vendored_frameworks": "reactsdk1-0-0/DumbstruckReactSDK.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"AudioToolbox",
"AudioUnit",
"Foundation",
"Accelerate",
"SystemConfiguration",
"Photos",
"Dispatch"
]
},
"requires_arc": true,
"preserve_paths": "reactsdk1-0-0/DumbstruckReactSDK.framework/*"
}