blob: c21cea7a1127af77ba29bf58f4b4f3ecb77e511b [file] [log] [blame]
{
"name": "ThermodoSDK",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ThermodoSDK/*.h",
"preserve_paths": "ThermodoSDK/*.a",
"libraries": "ThermodoSDK",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/ThermodoSDK/ThermodoSDK\""
},
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreAudio"
],
"requires_arc": true,
"public_header_files": [
"ThermodoSDK/*.h"
]
}