blob: c4a9ef1e2e9b8cd4f517db6556223a68ce5ea060 [file] [log] [blame]
{
"name": "AsyncPhotoBrowser",
"version": "0.2.1",
"summary": "High performance photo browser designed for web images built with FastImageCache. Contains a grid view; can zoom in/out specific image and scroll across images.",
"homepage": "https://github.com/DJBen/AsyncPhotoBrowser",
"license": "MIT",
"authors": {
"Sihao Lu": "lsh32768@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/DJBen/AsyncPhotoBrowser.git",
"tag": "0.2.1"
},
"source_files": "AsyncPhotoBrowser/Classes/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"FastImageCache": [
"~> 1.3"
],
"Alamofire": [
],
"Cartography": [
]
}
}