blob: 8f921b203e1a53c48ef42a9e50f438719a632dbc [file] [log] [blame]
{
"name": "XKPhotoScrollView",
"version": "0.1.2",
"summary": "A photo viewer to mimic the Photos app full-screen view.",
"description": " A UIView sublcass that implements a swipeable, zoomable multi-photo viewer with lots of configuration\n and event hooks.\n",
"homepage": "https://github.com/karlvr/XKPhotoScrollView",
"license": "MIT",
"authors": {
"Karl von Randow": "karl@cactuslab.com"
},
"source": {
"git": "https://github.com/karlvr/XKPhotoScrollView.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/avon",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XKPhotoScrollView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}