[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 0 / Shield / 0.1.0 / Shield.podspec.json
blobf11cc9e7e76f24c42993c3688b7a07c1057a1df6
2   "name": "Shield",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0"
22   },
23   "source_files": "Shield/**/*.{h,m}",
24   "exclude_files": "Shield/Shield-Info.h",
25   "ios": {
26     "frameworks": [
27       "HealthKit",
28       "Intents",
29       "Speech",
30       "AVFoundation",
31       "Photos",
32       "CoreBluetooth",
33       "CoreLocation",
34       "EventKit",
35       "Contacts"
36     ]
37   },
38   "osx": {
39     "frameworks": [
40       "AppKit",
41       "ApplicationServices",
42       "CoreLocation",
43       "EventKit",
44       "Contacts"
45     ]
46   },
47   "tvos": {
48     "frameworks": [
49       "CoreLocation",
50       "Photos"
51     ]
52   },
53   "dependencies": {
54     "Stanley": [
56     ]
57   }