blob: e46e2bcf0767237fc7ab72fbdc6054f7e9033397 [file] [log] [blame]
{
"name": "ThermodoSDK",
"version": "1.0.4",
"summary": "ThermodoSDK provides a simple interface for interacting with Thermodo.",
"homepage": "http://developer.thermodo.com",
"license": {
"type": "Commercial",
"text": " All text, design and code is protected under copyright © 2013 Robocat.\n All rights reserved.\n\n http://robocatapps.com/\n"
},
"authors": {
"Robocat": "hello@robocatapps.com"
},
"source": {
"git": "https://github.com/thermodo/ThermodoSDK-iOS.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ThermodoSDK/ThermodoSDK.framework/Versions/A/Headers/THMThermodo.h",
"vendored_frameworks": "ThermodoSDK/ThermodoSDK.framework",
"preserve_paths": "ThermodoSDK/ThermodoSDK.framework/*",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ThermodoSDK\""
},
"frameworks": [
"AVFoundation",
"CoreAudio",
"AudioToolbox",
"MediaPlayer"
],
"requires_arc": true
}