[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / 3 / InstructionsAppExtensions / 1.3.1 / InstructionsAppExtensions.podspec.json
blobe1d06b9c4d40744e77f89555c1d3383edf241cf2
2   "name": "InstructionsAppExtensions",
3   "cocoapods_version": ">= 1.0",
4   "version": "1.3.1",
5   "summary": "[App Extensions Version] Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift.",
6   "homepage": "https://github.com/ephread/Instructions",
7   "license": "MIT",
8   "authors": {
9     "Frédéric Maquin": "fred@ephread.com"
10   },
11   "source": {
12     "git": "https://github.com/ephread/Instructions.git",
13     "tag": "1.3.1"
14   },
15   "swift_version": "5.0",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Instructions",
22     "Sources/**/*.swift"
23   ],
24   "exclude_files": "**/*+Regular.swift",
25   "resources": [
26     "Sources/**/*.xcassets"
27   ],
28   "pod_target_xcconfig": {
29     "OTHER_SWIFT_FLAGS": "-DINSTRUCTIONS_APP_EXTENSIONS"
30   }