blob: b8d53f482ff2586622f91e80e5db2522cd54c144 [file] [log] [blame]
{
"name": "DumbstruckReact",
"version": "0.0.2",
"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/0.0.2/reactsdk0-0-2.zip"
},
"ios": {
"public_header_files": "reactsdk0-0-2/DumbstruckReactSDK.framework/Headers/**/*.h",
"vendored_frameworks": "reactsdk0-0-2/DumbstruckReactSDK.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"AudioToolbox",
"AudioUnit",
"Foundation",
"Accelerate",
"SystemConfiguration",
"Photos",
"Dispatch"
]
},
"requires_arc": true,
"preserve_paths": "reactsdk0-0-2/DumbstruckReactSDK.framework/*"
}