blob: 344ca128f6a9e24fa5591e8f80cca57a01a2dc86 [file] [log] [blame]
{
"name": "Conductor",
"version": "0.99",
"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"
},
"source_files": "Conductor/*.swift",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true
}