blob: e1d06b9c4d40744e77f89555c1d3383edf241cf2 [file] [log] [blame]
{
"name": "InstructionsAppExtensions",
"cocoapods_version": ">= 1.0",
"version": "1.3.1",
"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.3.1"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.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"
}
}