blob: 8d12526c428154a58c24fe20a6bc6dc9dc9281b6 [file] [log] [blame]
{
"name": "InstructionsAppExtensions",
"cocoapods_version": ">= 0.39",
"version": "1.2.2",
"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.2.2"
},
"swift_version": "4.2",
"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"
}
}