[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 8 / d / AzureIoTuMqtt / 1.8.0-beta-1 / AzureIoTuMqtt.podspec.json
blob4a611d2e0326ba03324afeeced6b79db8bbfa0bc
2   "name": "AzureIoTuMqtt",
3   "version": "1.8.0-beta-1",
4   "summary": "AzureIoTuMqtt library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure C uMQTT library.",
6   "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": ""
13   },
14   "source": {
15     "git": "https://github.com/Azure/azure-umqtt-c.git",
16     "commit": "ef6202575a44f1c3e339e67da8607ef5ed0c9f6a"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "preserve_paths": [
23     "inc/*",
24     "inc/**/*"
25   ],
26   "source_files": [
27     "inc/**/*.h",
28     "src/*.c"
29   ],
30   "header_mappings_dir": "inc/",
31   "xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
34     "USE_HEADERMAP": "NO",
35     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
36     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
37     "ALWAYS_SEARCH_USER_PATHS": "NO"
38   },
39   "dependencies": {
40     "AzureMacroUtils": [
41       "1.3.9-beta-1"
42     ],
43     "AzureuMockC": [
44       "1.3.9-beta-1"
45     ],
46     "AzureIoTUtility": [
47       "1.8.0-beta-1"
48     ]
49   }