[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 1.0.0-pre-release-1.0.1 / AzureIoTuAmqp.podspec.json
blob183c6d70493a8f14e79213f04cc63d507357efb4
2   "name": "AzureIoTuAmqp",
3   "version": "1.0.0-pre-release-1.0.1",
4   "summary": "AzureIoTuAmqp preview library for CocoaPods.",
5   "description": "This is a preview CocoaPods \nrelease of the Azure C uAMQP library.",
6   "homepage": "https://github.com/azure/azure-uamqp-c",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": ""
13   },
14   "source": {
15     "git": "https://github.com/Azure/azure-uamqp-c.git",
16     "tag": "2018-03-01-temp-pod-1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "prepare_command": "# Assemble the module.modulemap file\necho \"module AzureIoTuAmqp [system][extern_c] {\" > module.modulemap\nquote_thing='\"'\nfor filename in inc/azure_uamqp_c/*.h; do\n    echo \"    header $quote_thing$filename$quote_thing\" >> module.modulemap\ndone\necho \"    export *\" >> module.modulemap\necho \"}\" >> module.modulemap\n# Done assembling module.modulemap file",
23   "preserve_paths": "module.modulemap",
24   "source_files": [
25     "inc/**/*.h",
26     "src/*.c"
27   ],
28   "exclude_files": "src/socket_listener_win32.c",
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}/AzureIoTuAmqp/inc/\"",
34     "SWIFT_INCLUDE_PATHS": "\"${PODS_ROOT}/AzureIoTuAmqp/\"",
35     "ALWAYS_SEARCH_USER_PATHS": "NO"
36   },
37   "dependencies": {
38     "AzureIoTUtility": [
39       "1.0.0-pre-release-1.0.3"
40     ]
41   }