[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / ThermodoSDK / 1.1 / ThermodoSDK.podspec.json
blob0c125cdd23a3631b3426a78bc370fbe6ee25e062
2   "name": "ThermodoSDK",
3   "version": "1.1",
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.git",
15     "tag": "1.1"
16   },
17   "ios": {
18     "source_files": "Frameworks/ThermodoSDK.framework/Versions/A/Headers/*.h",
19     "vendored_frameworks": "Frameworks/ThermodoSDK.framework",
20     "frameworks": [
21       "AVFoundation",
22       "CoreAudio",
23       "AudioToolbox",
24       "MediaPlayer"
25     ],
26     "preserve_paths": "Frameworks/ThermodoSDK.framework/*"
27   },
28   "osx": {
29     "source_files": "Frameworks/ThermodoSDKMac.framework/Versions/A/Headers/*.h",
30     "vendored_frameworks": "Frameworks/ThermodoSDKMac.framework",
31     "frameworks": [
32       "AVFoundation",
33       "CoreAudio",
34       "AudioToolbox",
35       "AudioUnit"
36     ],
37     "preserve_paths": "Frameworks/ThermodoSDKMac.framework/*"
38   },
39   "xcconfig": {
40     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ThermodoSDK\""
41   },
42   "requires_arc": true,
43   "prepare_command": "ruby copy_files_phase.rb"