[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 1.0.0-pre-release-1.0.0 / AzureIoTuAmqp.podspec.json
blob5c9646eb6914202ccbfb8514ec8387dd1e539ed8
2   "name": "AzureIoTuAmqp",
3   "version": "1.0.0-pre-release-1.0.0",
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     "branch": "pod"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "inc/**/*.h",
23     "src/*.c"
24   ],
25   "exclude_files": "src/socket_listener_win32.c",
26   "header_mappings_dir": "inc/",
27   "public_header_files": "inc/**/*.h",
28   "xcconfig": {
29     "USE_HEADERMAP": "NO",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuAmqp/inc/\"",
31     "ALWAYS_SEARCH_USER_PATHS": "NO"
32   },
33   "dependencies": {
34     "AzureIoTUtility": [
35       "1.0.0-pre-release-1.0.0"
36     ]
37   }