blob: 2487ca6168622a9c88f798e4da16cd7e5587aa51 [file] [log] [blame]
{
"name": "DVITutorialView",
"version": "0.1.0",
"summary": "An Auto Layout based paging tutorial",
"description": " This tutorial view is meant to be added to a single\n ViewController, to explain its user elements. While\n swiping through the tutorial, each page exposes an\n element in your user interface, and displays an\n explanation.\n",
"homepage": "https://github.com/bvankuik/DVITutorialView",
"license": "MIT",
"authors": {
"Bart van Kuik": "bart@dutchvirtual.nl"
},
"source": {
"git": "https://github.com/bvankuik/DVITutorialView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"DVITutorialView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}