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