[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 4 / 9 / c / Instructions / 0.5.0 / Instructions.podspec.json
blob19f5b9dcb805919633143c284012180b7c537488
2   "name": "Instructions",
3   "cocoapods_version": ">= 0.39",
4   "version": "0.5.0",
5   "summary": "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": "0.5.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "AppExtensions",
23       "source_files": [
24         "Instructions",
25         "Sources/**/*.swift"
26       ],
27       "resources": [
28         "Sources/**/*.xcassets"
29       ],
30       "pod_target_xcconfig": {
31         "OTHER_SWIFT_FLAGS": "-DINSTRUCTIONS_APP_EXTENSIONS"
32       }
33     },
34     {
35       "name": "Core",
36       "source_files": [
37         "Instructions",
38         "Sources/**/*.swift"
39       ],
40       "resources": [
41         "Sources/**/*.xcassets"
42       ]
43     }
44   ]