[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 0 / Shield / 0.3.0 / Shield.podspec.json
blobb952ace6408a031aec022ae5846ddb739ff4e98f
2   "name": "Shield",
3   "version": "0.3.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.3.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       "MediaPlayer"
38     ]
39   },
40   "osx": {
41     "frameworks": [
42       "AppKit",
43       "ApplicationServices",
44       "CoreLocation",
45       "EventKit",
46       "Contacts"
47     ]
48   },
49   "tvos": {
50     "frameworks": [
51       "CoreLocation",
52       "Photos"
53     ]
54   },
55   "dependencies": {
56     "Stanley": [
58     ]
59   }