[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / d / AzureIoTuMqtt / 0.0.0.1-pre-release / AzureIoTuMqtt.podspec.json
blobee34b058300836e728b3a5a2fdd7cd3c12a5d531
2   "name": "AzureIoTuMqtt",
3   "version": "0.0.0.1-pre-release",
4   "summary": "Unfinished AzureIoTuMqtt preview library for CocoaPods.",
5   "description": "This is an unfinished (and non-functional) preview CocoaPods \nrelease of the Azure C uMQTT library.",
6   "homepage": "https://github.com/azure/azure-umqtt-c",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": ""
13   },
14   "source": {
15     "git": "https://github.com/Azure/azure-umqtt-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   "header_mappings_dir": "inc/",
26   "public_header_files": "inc/**/*.h",
27   "xcconfig": {
28     "USE_HEADERMAP": "NO",
29     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/AzureIoTUtility/inc/\" \"${PODS_ROOT}/AzureIoTuMqtt/inc/\"",
30     "ALWAYS_SEARCH_USER_PATHS": "NO"
31   },
32   "dependencies": {
33     "AzureIoTUtility": [
34       "0.0.0.1-pre-release"
35     ]
36   }