blob: 6c3651657d1c5d8febb0f7e08497fa3702565287 [file] [log] [blame]
{
"name": "KSOMediaPicker",
"version": "1.4.6",
"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. On iOS it uses FLAnimatedImage to support playback of GIFs within the asset collection view. It also supports playback of video assets while selected in the asset collection view.",
"homepage": "https://github.com/Kosoku/KSOMediaPicker",
"screenshots": [
"https://github.com/Kosoku/KSOMediaPicker/raw/master/screenshots/iOS-1.png",
"https://github.com/Kosoku/KSOMediaPicker/raw/master/screenshots/iOS-2.png",
"https://github.com/Kosoku/KSOMediaPicker/raw/master/screenshots/iOS-3.png"
],
"license": {
"type": "Apache 2.0",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOMediaPicker.git",
"tag": "1.4.6"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "KSOMediaPicker/**/*.{h,m}",
"exclude_files": "KSOMediaPicker/KSOMediaPicker-Info.h",
"private_header_files": "KSOMediaPicker/Private/*.h",
"ios": {
"resource_bundles": {
"KSOMediaPicker": [
"KSOMediaPicker/**/*.{xib,lproj}"
]
},
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
]
}
},
"tvos": {
"resource_bundles": {
"KSOMediaPicker": [
"KSOMediaPicker/**/*.{lproj}"
]
}
},
"frameworks": [
"Photos",
"AVFoundation"
],
"dependencies": {
"Agamotto": [
],
"Ditko": [
],
"Quicksilver": [
],
"Shield/Photos": [
],
"KSOFontAwesomeExtensions": [
]
}
}