[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / d / AzureIoTuMqtt / 1.1.12a / AzureIoTuMqtt.podspec.json
blobdac3770e0583e2bba1755d8b069af6c78b558995
2   "name": "AzureIoTuMqtt",
3   "version": "1.1.12a",
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   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "prepare_command": "# Assemble the module.modulemap file\npushd inc > /dev/null\necho \"module AzureIoTuMqtt [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_umqtt_c/*.h; do\n    echo \"    header $quote_thing$filename$quote_thing\" >> module.modulemap\ndone\necho \"    export *\" >> module.modulemap\necho \"}\" >> module.modulemap\npopd > /dev/null\n# Done assembling module.modulemap file",
22   "preserve_paths": "inc/module.modulemap",
23   "module_map": "inc/module.modulemap",
24   "source_files": [
25     "inc/**/*.h",
26     "src/*.c"
27   ],
28   "header_mappings_dir": "inc/",
29   "xcconfig": {
30     "USE_HEADERMAP": "NO",
31     "ALWAYS_SEARCH_USER_PATHS": "NO"
32   },
33   "dependencies": {
34     "AzureMacroUtils": [
35       "1.1.0"
36     ],
37     "AzureuMockC": [
38       "1.1.19c"
39     ],
40     "AzureIoTUtility": [
41       "1.1.12a"
42     ]
43   }