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