[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / a / 8 / ShareboxSDK / 1.0.1 / ShareboxSDK.podspec.json
blob0798f9b0463334f3ee283dea301da85b9700c7fe
2   "name": "ShareboxSDK",
3   "version": "1.0.1",
4   "summary": "Allows app developers to integrate Sharebox® service into their native iOS apps.",
5   "description": "Sharebox simplifies your handover by offering a service completely managed by your phone.\nApp-controlled cabinets, placed at central locations, ensure you a safe and efficient handover\nwhenever you need.\n\nSharebox SDK provides functionality to book lockers for free for a limited period of time.\nUsers can book any lockers they want, however each free reservation will be converted into a paid\none once free period ends",
6   "homepage": "https://bitbucket.org/sharebox_no/sharebox-sdk-ios/overview",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sharebox AS": "post@sharebox.no"
13   },
14   "source": {
15     "git": "https://bitbucket.org/sharebox_no/sharebox-sdk-ios.git",
16     "tag": "1.0.1"
17   },
18   "default_subspecs": "SDK",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "API",
25       "source_files": "API/**/*"
26     },
27     {
28       "name": "SDK",
29       "source_files": "SDK/**/*",
30       "dependencies": {
31         "ShareboxSDK/API": [
33         ]
34       }
35     }
36   ]