blob: d9c37f564bf06210a671c5af8246145c243ad764 [file] [log] [blame]
{
"name": "BlazeFullScreenViewer",
"version": "0.0.2",
"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.2"
},
"source_files": "BlazeFullScreenViewer/*.{h,m}",
"resource_bundles": {
"BlazeFullScreenViewer": [
"BlazeFullScreenViewer/**/*.{storyboard,xcassets}"
]
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"AVKit",
"AVFoundation"
],
"dependencies": {
"Blaze": [
],
"AFNetworking": [
]
}
}