blob: 0eff746b95bfff65c1b3d0729be11cfb71d9d870 [file] [log] [blame]
{
"name": "Instructions",
"cocoapods_version": ">= 0.39",
"version": "1.2.1",
"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.2.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Instructions",
"Sources/**/*.swift"
],
"exclude_files": "**/*+AppExtensions.swift",
"resources": [
"Sources/**/*.xcassets"
]
}