blob: 7ef925c54cc652c65886744c6dc725da3d4ac5f2 [file] [log] [blame]
{
"name": "KSOMediaPicker",
"version": "0.3.0",
"summary": "KSOMediaPicker is an iOS/tvOS framework that provides UI to access the Photos framework.",
"description": "KSOMediaPicker is an iOS/tvOS framework that provides UI to access the Photos framework. It provides similar functionality to UIImagePickerController on iOS and a custom implementation on tvOS.",
"homepage": "https://github.com/Kosoku/KSOMediaPicker",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOMediaPicker.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "KSOMediaPicker/**/*.{h,m}",
"exclude_files": "KSOMediaPicker/KSOMediaPicker-Info.h",
"private_header_files": "KSOMediaPicker/Private/*.h",
"resource_bundles": {
"KSOMediaPicker": [
"KSOMediaPicker/**/*.{xcassets,lproj}"
]
},
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"dependencies": {
"Agamotto": [
],
"Ditko": [
],
"Loki": [
],
"Stanley": [
],
"Quicksilver": [
],
"Shield/Photos": [
]
}
}