blob: 2a7e717c78e7d547714acd6b4f5604348a40de81 [file] [log] [blame]
{
"name": "InstructionsAppExtensions",
"cocoapods_version": ">= 1.0",
"version": "2.0.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": "2.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Instructions",
"Sources/**/*.swift"
],
"exclude_files": "**/*+Regular.swift",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DINSTRUCTIONS_APP_EXTENSIONS"
},
"swift_version": "5.0"
}