[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / ThermodoSDK / 1.0.3 / ThermodoSDK.podspec.json
blobc21cea7a1127af77ba29bf58f4b4f3ecb77e511b
2   "name": "ThermodoSDK",
3   "version": "1.0.3",
4   "summary": "ThermodoSDK provides a simple interface for interacting with Thermodo.",
5   "homepage": "http://developer.thermodo.com",
6   "license": {
7     "type": "Commercial",
8     "text": "              All text, design and code is protected under copyright © 2013 Robocat.\n              All rights reserved.\n\n              http://robocatapps.com/\n"
9   },
10   "authors": {
11     "Robocat": "hello@robocatapps.com"
12   },
13   "source": {
14     "git": "https://github.com/thermodo/ThermodoSDK-iOS.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "ThermodoSDK/*.h",
21   "preserve_paths": "ThermodoSDK/*.a",
22   "libraries": "ThermodoSDK",
23   "xcconfig": {
24     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/ThermodoSDK/ThermodoSDK\""
25   },
26   "frameworks": [
27     "AVFoundation",
28     "AudioToolbox",
29     "CoreAudio"
30   ],
31   "requires_arc": true,
32   "public_header_files": [
33     "ThermodoSDK/*.h"
34   ]