blob: b8b19d66edc14a4aaf2bca7b73399e6d8f991e2f [file] [log] [blame]
{
"name": "InstructionsAppExtensions",
"cocoapods_version": ">= 1.0",
"version": "1.4.0",
"summary": "[App Extensions Version] 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": "**/*+Regular.swift",
"resources": [
"Sources/**/*.xcassets"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DINSTRUCTIONS_APP_EXTENSIONS"
},
"swift_version": "5.0"
}