blob: a52a8f6f6a66ccc84f00d0aba317186592226b97 [file] [log] [blame]
{
"name": "Conductor",
"version": "0.100.1.1",
"summary": "A framework for displaying an 'on-boarding' UI",
"homepage": "https://github.com/exsortis/Conductor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Schifferer": "paul@schifferers.net"
},
"source": {
"git": "https://github.com/exsortis/Conductor.git",
"tag": "0.100.1.1"
},
"source_files": "Conductor/*.swift",
"resources": [
"Conductor/**/*.storyboard",
"Conductor/**/*.xcassets",
"Conductor/**/*.strings"
],
"frameworks": "UIKit",
"platforms": {
"ios": "9.3"
},
"requires_arc": true
}