[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / 3 / InstructionsAppExtensions / 1.2.2 / InstructionsAppExtensions.podspec.json
blob8d12526c428154a58c24fe20a6bc6dc9dc9281b6
2   "name": "InstructionsAppExtensions",
3   "cocoapods_version": ">= 0.39",
4   "version": "1.2.2",
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.2.2"
14   },
15   "swift_version": "4.2",
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   }