blob: 7acf4f0d2e5c22e0a1312c6b596d7c63a59c2ba7 [file] [log] [blame]
{
"name": "VXWalkthroughViewController",
"version": "1.0.18",
"summary": "A simple display of walkthroughs in apps.",
"homepage": "https://github.com/swiftmanagementag/VXWalkthroughViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Graham Lancashire": "lancashire@swift.ch"
},
"source": {
"git": "https://github.com/swiftmanagementag/VXWalkthroughViewController.git",
"tag": "1.0.18"
},
"platforms": {
"ios": "10.0"
},
"source_files": "VXWalkthroughViewController/**/*.{h,m}",
"resources": "VXWalkthroughViewController/**/*.{bundle,xib,png,lproj,storyboard}",
"resource_bundles": {
"VXWalkthroughViewController": [
"VXWalkthroughViewController/**/*.{bundle,xib,png,lproj,storyboard}"
]
},
"requires_arc": true,
"frameworks": "QuartzCore",
"dependencies": {
"Slash": [
"~> 0.1"
],
"QRCodeReaderViewController": [
"~> 4.0.2"
]
}
}