blob: 4f8ed2fd377078f79cd5584038c95c6ff87f74a1 [file] [log] [blame]
{
"name": "ZJImageBrowser",
"version": "0.0.4",
"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.4"
},
"source_files": "ZJImageBrowser/ZJImageBrowser/*.swift",
"requires_arc": true,
"frameworks": "Photos",
"resource_bundles": {
"ZJImageBrowser": [
"Assets/*.png"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
},
"pushed_with_swift_version": "3.0"
}