[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 7 / 0 / Shield / 0.2.0 / Shield.podspec.json
blobd80d8e9646f6842628208c11a88bac620f2acac4
2   "name": "Shield",
3   "version": "0.2.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.2.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       "CoreLocation",
35       "EventKit",
36       "Contacts"
37     ]
38   },
39   "osx": {
40     "frameworks": [
41       "AppKit",
42       "ApplicationServices",
43       "CoreLocation",
44       "EventKit",
45       "Contacts"
46     ]
47   },
48   "tvos": {
49     "frameworks": [
50       "CoreLocation",
51       "Photos"
52     ]
53   },
54   "dependencies": {
55     "Stanley": [
57     ]
58   }