blob: 28fc9ec6dfc355f9674e2889dcb9ed53da62624d [file] [log] [blame]
{
"name": "ZJImageBrowser",
"version": "0.0.2",
"summary": "An simple iOS photo browser based on UICollectionView written in Swift.",
"homepage": "https://github.com/lYcHeeM/ZJImageBrowser",
"license": "MIT",
"authors": {
"luozhijun": "luo_zhijun@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lYcHeeM/ZJImageBrowser.git",
"tag": "0.0.2"
},
"source_files": "ZJImageBrowser/ZJImageBrowser/*.swift",
"requires_arc": true,
"frameworks": "Photos",
"resources": "Assets/*.png",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
},
"pushed_with_swift_version": "3.0"
}