blob: 84894acefd1146fdfaec336e7ca530bdee92c41c [file] [log] [blame]
{
"name": "Instructions",
"cocoapods_version": ">= 1.0",
"version": "1.4.0",
"summary": "Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift.",
"homepage": "https://github.com/ephread/Instructions",
"license": "MIT",
"authors": {
"Frédéric Maquin": "fred@ephread.com"
},
"source": {
"git": "https://github.com/ephread/Instructions.git",
"tag": "1.4.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": [
"Instructions",
"Sources/**/*.swift"
],
"exclude_files": "**/*+AppExtensions.swift",
"resources": [
"Sources/**/*.xcassets"
],
"swift_version": "5.0"
}