[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / f / 2 / AzureMacroUtils / 1.1.0 / AzureMacroUtils.podspec.json
blob53ba0a2244afde2cce6a6a7532856e0115c265a0
2   "name": "AzureMacroUtils",
3   "version": "1.1.0",
4   "summary": "AzureIoT Macro Utils library for CocoaPods.",
5   "description": "This is a CocoaPods release of the Azure uMock C library,\nwhich is part of the Microsoft Azure IoT C SDK.",
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-macro-utils-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 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",
22   "preserve_paths": "inc/module.modulemap",
23   "module_map": "inc/module.modulemap",
24   "public_header_files": "inc/**/*.h",
25   "source_files": [
26     "inc/**/*.h",
27     "inc/**/*.h"
28   ],
29   "header_mappings_dir": "inc/",
30   "xcconfig": {
31     "USE_HEADERMAP": "NO",
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureMacroUtils/inc/\"",
33     "ALWAYS_SEARCH_USER_PATHS": "NO"
34   }