blob: f30bec0103b5cb8263e243e09a9d7e0fdc2a674c [file] [log] [blame]
{
"name": "Conductor",
"version": "1.0",
"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": "1.0"
},
"source_files": "Conductor/*.swift",
"resources": [
"Conductor/**/*.storyboard",
"Conductor/**/*.xcassets",
"Conductor/**/*.strings"
],
"frameworks": "UIKit",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"pushed_with_swift_version": "3.2"
}