[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 8 / 0 / AzureSDK / 0.0.1 / AzureSDK.podspec.json
blobc30b3fbfbef29162afa2bafd7bded6420177ab6e
2   "name": "AzureSDK",
3   "version": "0.0.1",
4   "summary": "Windows Azure SDK for iOS.",
5   "description": "                       The Windows Azure SDK for iOS provides a library.\n\n                       * Upload binary to Azure Blob with progress report.\n                       * Native BFTask support.\n",
6   "homepage": "https://github.com/canius/azure-sdk-ios",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "canius": "canius.chu@outlook.com"
10   },
11   "source": {
12     "git": "https://github.com/canius/azure-sdk-ios.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "AzureSDK/**/*.[hm]",
20   "public_header_files": "AzureSDK/**/*.h",
21   "dependencies": {
22     "Bolts": [
24     ],
25     "TMCache": [
27     ]
28   }