[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AzureIoTHubClient / 0.0.0.1-pre-release.0.0.1 / AzureIoTHubClient.podspec.json
blob6ba5d313921810c8ed2c9e8b6021d005d2a7173f
2   "name": "AzureIoTHubClient",
3   "version": "0.0.0.1-pre-release.0.0.1",
4   "summary": "Unfinished AzureIoTSDKs preview library for CocoaPods.",
5   "description": "This is an unfinished (and non-functional) preview CocoaPods \nrelease of the Azure C SDKs.",
6   "homepage": "https://github.com/azure/azure-iot-sdk-c",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": ""
13   },
14   "source": {
15     "git": "https://github.com/Azure/azure-iot-sdk-c.git",
16     "branch": "ios-pod"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "prepare_command": "git submodule update --init deps/parson\nmkdir -p inc\ncp deps/parson/parson.h inc\ncp iothub_client/inc/*.h inc\ncp serializer/inc/*.h inc",
22   "source_files": [
23     "inc/*.h",
24     "deps/parson/parson.c",
25     "iothub_client/src/*.c",
26     "serializer/src/*.c"
27   ],
28   "header_mappings_dir": "inc/",
29   "public_header_files": "inc/*.h",
30   "xcconfig": {
31     "USE_HEADERMAP": "NO",
32     "HEADER_SEARCH_PATHS": "\"~/Documents/dev_pods/AzureIoTHubClient/inc/\" \"${SRCROOT}/AzureIoTHubClient/inc/\" \"${SRCROOT}/AzureIoTUtility/inc/\" \"${SRCROOT}/AzureIoTuMqtt/inc/\" \"${SRCROOT}/AzureIoTuAmqp/inc/\"",
33     "ALWAYS_SEARCH_USER_PATHS": "NO"
34   },
35   "dependencies": {
36     "AzureIoTUtility": [
37       "0.0.0.1-pre-release.0.0.1"
38     ],
39     "AzureIoTuAmqp": [
40       "0.0.0.1-pre-release.0.0.1"
41     ],
42     "AzureIoTuMqtt": [
43       "0.0.0.1-pre-release.0.0.1"
44     ]
45   }