blob: 48f345009316d45a68c4da6ff6c931a1f37c9114 [file] [log] [blame]
{
"name": "Conductor",
"version": "0.99.12",
"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.99.12"
},
"source_files": "Conductor/*.swift",
"resources": [
"Conductor/**/*.storyboard",
"Conductor/**/*.xcassets",
"Conductor/**/*.strings"
],
"frameworks": "UIKit",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true
}