blob: 0efc7aecf0ad8b0c375ceb5a5f227407280e0341 [file] [log] [blame]
{
"name": "HGImageBrowser",
"version": "1.0.1",
"summary": "自定义图片视频展示库",
"description": "自定义图片视频展示库,可展示图片,视频,支持URL,Image,Asset,Path",
"homepage": "https://github.com/kennthsHG/HGImageBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kennthsHG": "362168751@qq.com"
},
"source": {
"git": "https://github.com/kennthsHG/HGImageBrowser.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HGImageBrowser/Classes/**/*.{h,m}",
"resource_bundles": {
"HGImageBrowserResource": [
"HGImageBrowser/Assets/*.png"
]
},
"prefix_header_contents": "#import \"HGImageBrowserMacro.h\"",
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"SDWebImage": [
]
},
"static_framework": true
}