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