[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / d / AzureIoTuMqtt / 1.0.0-pre-release-1.0.7-m / AzureIoTuMqtt.podspec.json
blob67a08deb57dcf4d0b5b5114239a3fc9d6b8a7aad
2   "name": "AzureIoTuMqtt",
3   "version": "1.0.0-pre-release-1.0.7-m",
4   "summary": "AzureIoTuMqtt preview library for CocoaPods.",
5   "description": "This is a preview CocoaPods \nrelease of the Azure C uMQTT library.",
6   "homepage": "https://github.com/Azure/azure-iot-sdk-c/tree/ios-samples/build_all/ios/samples",
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     "tag": "1.0.0-pre-release-1.0.7-m"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "prepare_command": "# Assemble the module.modulemap file\npushd inc\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\n# Done assembling module.modulemap file",
23   "preserve_paths": "inc/module.modulemap",
24   "module_map": "inc/module.modulemap",
25   "source_files": [
26     "inc/**/*.h",
27     "src/*.c"
28   ],
29   "header_mappings_dir": "inc/",
30   "public_header_files": "inc/**/*.h",
31   "xcconfig": {
32     "USE_HEADERMAP": "NO",
33     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
34     "ALWAYS_SEARCH_USER_PATHS": "NO"
35   },
36   "dependencies": {
37     "AzureIoTUtility": [
38       "1.0.0-pre-release-1.0.7-u2"
39     ]
40   }