blob: 5ca4ef19437f7ef940107cc7dcb16e2a28cdd99d [file] [log] [blame]
{
"name": "VXWalkthroughViewController",
"version": "1.0.16",
"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.16"
},
"platforms": {
"ios": "7.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"
]
}
}