blob: d80d8e9646f6842628208c11a88bac620f2acac4 [file] [log] [blame]
{
"name": "Shield",
"version": "0.2.0",
"summary": "Shield is an iOS/macOS/tvOS framework that wraps various authorization APIs (e.g. camera, photo, location).",
"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.",
"homepage": "https://github.com/Kosoku/Shield",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Shield.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Shield/**/*.{h,m}",
"exclude_files": "Shield/Shield-Info.h",
"ios": {
"frameworks": [
"HealthKit",
"Intents",
"Speech",
"AVFoundation",
"Photos",
"CoreBluetooth",
"CoreLocation",
"EventKit",
"Contacts"
]
},
"osx": {
"frameworks": [
"AppKit",
"ApplicationServices",
"CoreLocation",
"EventKit",
"Contacts"
]
},
"tvos": {
"frameworks": [
"CoreLocation",
"Photos"
]
},
"dependencies": {
"Stanley": [
]
}
}