[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 7 / 0 / Shield / 0.4.0 / Shield.podspec.json
blobf49724a5186e8522a2de902581aeb02fa79f3d8c
2   "name": "Shield",
3   "version": "0.4.0",
4   "summary": "Shield is an iOS/macOS/tvOS framework that wraps various authorization APIs (e.g. camera, photo, location).",
5   "description": "Shield is an iOS/macOS/tvOS framework that wraps various authorization APIs (e.g. camera, photo, location). The majority of the wrapped APIs are for iOS, with a few cross platform available on macOS as well. Only the methods for location and photo library are available on tvOS.",
6   "homepage": "https://github.com/Kosoku/Shield",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Shield.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0"
22   },
23   "requires_arc": true,
24   "source_files": "Shield/**/*.{h,m}",
25   "exclude_files": "Shield/Shield-Info.h",
26   "ios": {
27     "frameworks": [
28       "HealthKit",
29       "Intents",
30       "Speech",
31       "AVFoundation",
32       "Photos",
33       "CoreBluetooth",
34       "EventKit",
35       "Contacts",
36       "MediaPlayer"
37     ]
38   },
39   "osx": {
40     "frameworks": [
41       "AppKit",
42       "ApplicationServices",
43       "EventKit",
44       "Contacts"
45     ]
46   },
47   "tvos": {
48     "frameworks": "Photos"
49   },
50   "dependencies": {
51     "Stanley": [
53     ]
54   },
55   "subspecs": [
56     {
57       "name": "Location",
58       "source_files": "Shield/**/KSHLocationAuthorization.{h,m}",
59       "frameworks": "CoreLocation",
60       "dependencies": {
61         "Stanley": [
63         ]
64       }
65     }
66   ]