[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 8.0.0 / WordPressAuthenticator.podspec.json
blob3676f64b7d4db3c93a3feac23dbe44ecd5a0e400
2   "name": "WordPressAuthenticator",
3   "version": "8.0.0",
4   "summary": "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.",
5   "description": "This framework encapsulates everything required to display the Authentication UI\nand perform authentication against WordPress.com and WordPress.org sites.\n\nPlus: WordPress.com *signup* is supported.",
6   "homepage": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS",
7   "license": {
8     "type": "GPLv2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "The WordPress Mobile Team": "mobile@wordpress.org"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
20     "tag": "8.0.0"
21   },
22   "source_files": "WordPressAuthenticator/**/*.{h,m,swift}",
23   "private_header_files": "WordPressAuthenticator/Private/*.h",
24   "resource_bundles": {
25     "WordPressAuthenticatorResources": [
26       "WordPressAuthenticator/Resources/Assets.xcassets",
27       "WordPressAuthenticator/Resources/SupportedEmailClients/*.plist",
28       "WordPressAuthenticator/Resources/Animations/*.json",
29       "WordPressAuthenticator/**/*.{storyboard,xib}"
30     ]
31   },
32   "header_dir": "WordPressAuthenticator",
33   "dependencies": {
34     "NSURL+IDN": [
35       "0.4"
36     ],
37     "SVProgressHUD": [
38       "~> 2.2.5"
39     ],
40     "Gridicons": [
41       "~> 1.0"
42     ],
43     "WordPressUI": [
44       "~> 1.7-beta"
45     ],
46     "WordPressKit": [
47       "~> 9.0.0"
48     ],
49     "WordPressShared": [
50       "~> 2.1-beta"
51     ]
52   },
53   "swift_version": "5.0"