[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 1.42.0-beta.1 / WordPressAuthenticator.podspec.json
blobc3b5df9770cfc07dc61c04ee6009bf737d3ff102
2   "name": "WordPressAuthenticator",
3   "version": "1.42.0-beta.1",
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": "1.42.0-beta.1"
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     "1PasswordExtension": [
35       "~> 1.8.6"
36     ],
37     "Alamofire": [
38       "~> 4.8"
39     ],
40     "CocoaLumberjack": [
41       "~> 3.5"
42     ],
43     "lottie-ios": [
44       "~> 3.1.6"
45     ],
46     "NSURL+IDN": [
47       "0.4"
48     ],
49     "SVProgressHUD": [
50       "~> 2.2.5"
51     ],
52     "Gridicons": [
53       "~> 1.0"
54     ],
55     "GoogleSignIn": [
56       "~> 6.0.1"
57     ],
58     "WordPressUI": [
59       "~> 1.7-beta"
60     ],
61     "WordPressKit": [
62       "~> 4.18-beta"
63     ],
64     "WordPressShared": [
65       "~> 1.12-beta"
66     ]
67   },
68   "swift_version": "5.0"