[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 8 / ShareboxSDK / 1.0.2 / ShareboxSDK.podspec.json
blob57cfc8c911be7b0d64cb304b5b3532c7bce832bc
2   "name": "ShareboxSDK",
3   "version": "1.0.2",
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.2"
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       "ios": {
36         "frameworks": [
37           "Security",
38           "CoreLocation"
39         ]
40       }
41     }
42   ]