blob: 9703a7ec0906ca41b71887769d2e129c6b69e587 [file] [log] [blame]
{
"name": "CSFileBrowser",
"version": "0.1.0",
"summary": "This is an iOS library that shows an image,Pdf,Audio,Video.",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"description": "TODO: This is an iOS library that shows an image,Pdf,Audio,Video with a page indicator. Users can scroll through local and remote image,Pdf,Audio,Video.",
"homepage": "https://github.com/Mayuramipara94/CSFileBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mayuramipara94": "mayur.amipara@coruscate.co.in"
},
"source": {
"git": "https://github.com/Mayuramipara94/CSFileBrowser.git",
"tag": "0.1.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"requires_arc": true,
"source_files": "CSFileBrowser/Classes/**/*.{swift}",
"resource_bundles": {
"CSFileBrowser": [
"CSFileBrowser/Classes/**/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"frameworks": [
"UIKit",
"AVKit"
]
}