[Delete] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / b / 0 / 9 / AzureIoTuAmqp / 0.0.0.1-pre-release / AzureIoTuAmqp.podspec.json
blobb9a65914837eab1d4748259497f88f708c1873e1
2   "name": "AzureIoTuAmqp",
3   "version": "0.0.0.1-pre-release",
4   "summary": "Unfinished AzureIoTuAmqp preview library for CocoaPods.",
5   "description": "This is an unfinished (and non-functional) 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": "ios-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       "0.0.0.1-pre-release"
36     ]
37   }