[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / e / WolfApp / 2.0.2 / WolfApp.podspec.json
blob02b785cf4711a53a694072c85ca6a7a09c64fb51
2   "name": "WolfApp",
3   "version": "2.0.2",
4   "summary": "Tools for working at the app- and device-level of iOS and macOS, including resources and notifications.",
5   "homepage": "https://github.com/wolfmcnally/WolfApp",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfApp.git",
15     "tag": "2.0.2"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.13",
21     "tvos": "11.0"
22   },
23   "ios": {
24     "source_files": [
25       "Sources/WolfApp/Shared/**/*",
26       "Sources/WolfApp/iOS/**/*",
27       "Sources/WolfApp/iOSShared/**/*",
28       "Sources/WolfApp/AppleShared/**/*"
29     ]
30   },
31   "osx": {
32     "source_files": [
33       "Sources/WolfApp/Shared/**/*",
34       "Sources/WolfApp/macOS/**/*",
35       "Sources/WolfApp/AppleShared/**/*"
36     ]
37   },
38   "tvos": {
39     "source_files": [
40       "Sources/WolfApp/Shared/**/*",
41       "Sources/WolfApp/tvOS/**/*",
42       "Sources/WolfApp/iOSShared/**/*",
43       "Sources/WolfApp/AppleShared/**/*"
44     ]
45   },
46   "module_name": "WolfApp",
47   "dependencies": {
48     "WolfLocale": [
50     ],
51     "WolfCore": [
53     ]
54   }