blob: 519202ac08da4899c0704c4b9b9a6abd948e3d9d [file] [log] [blame]
{
"name": "BlazeFullScreenViewer",
"version": "0.0.1",
"summary": "View photos fullscreen including using blaze media data",
"license": "MIT",
"description": "View photos fullscreen including paging/zooming using blaze media data",
"homepage": "https://github.com/BobDG/BlazeFullScreenViewer",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://github.com/BobDG/BlazeFullScreenViewer.git",
"tag": "0.0.1"
},
"source_files": "BlazeFullScreenViewer/*.{h,m}",
"resource_bundles": {
"BlazeFullScreenViewer": [
"BlazeFullScreenViewer/**/*.{storyboard,xcassets}"
]
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"AVKit",
"AVFoundation"
],
"dependencies": {
"Blaze": [
],
"AFNetworking": [
]
}
}