[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 2 / AzureMacroUtils / 1.4.0 / AzureMacroUtils.podspec.json
blob5f97424c7ddd6fca382a8e29357aa6952667df8b
2   "name": "AzureMacroUtils",
3   "version": "1.4.0",
4   "summary": "[Deprecated] AzureIoT Macro Utils library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure Macro Utils C library,\nwhich is part of the Microsoft Azure IoT C SDK.",
6   "deprecated": true,
7   "homepage": "https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/sdk_cocoapods.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Microsoft": ""
14   },
15   "source": {
16     "git": "https://github.com/Azure/azure-macro-utils-c.git",
17     "commit": "5926caf4e42e98e730e6d03395788205649a3ada"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "prepare_command": "# Assemble the module.modulemap file\npushd inc > /dev/null\necho \"module AzureMacroUtils [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in azure_macro_utils/*.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",
24   "preserve_paths": "inc/module.modulemap",
25   "module_map": "inc/module.modulemap",
26   "public_header_files": "inc/**/*.h",
27   "source_files": [
28     "inc/**/*.h",
29     "inc/**/*.h"
30   ],
31   "header_mappings_dir": "inc/",
32   "xcconfig": {
33     "USE_HEADERMAP": "NO",
34     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureMacroUtils/inc/\"",
35     "ALWAYS_SEARCH_USER_PATHS": "NO"
36   }