[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 4.0.0 / WordPressAuthenticator.podspec.json
blobc70c0dcecad0c1d76aa46bc12f71f57b0439875c
2   "name": "WordPressAuthenticator",
3   "version": "4.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": "4.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     "CocoaLumberjack": [
35       "~> 3.5"
36     ],
37     "NSURL+IDN": [
38       "0.4"
39     ],
40     "SVProgressHUD": [
41       "~> 2.2.5"
42     ],
43     "Gridicons": [
44       "~> 1.0"
45     ],
46     "GoogleSignIn": [
47       "~> 6.0.1"
48     ],
49     "WordPressUI": [
50       "~> 1.7-beta"
51     ],
52     "WordPressKit": [
53       "~> 4.18-beta"
54     ],
55     "WordPressShared": [
56       "~> 1.12-beta"
57     ]
58   },
59   "swift_version": "5.0"