[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 1.5.3-beta.1 / WordPressAuthenticator.podspec.json
blob52d7c8b216a89b30a9f6d7f06ae798978637e1db
2   "name": "WordPressAuthenticator",
3   "version": "1.5.3-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": "GPLv2",
8   "authors": {
9     "WordPress": "mobile@automattic.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
17     "tag": "1.5.3-beta.1"
18   },
19   "source_files": "WordPressAuthenticator/**/*.{h,m,swift}",
20   "private_header_files": "WordPressAuthenticator/Private/*.h",
21   "resource_bundles": {
22     "WordPressAuthenticator": [
23       "WordPressAuthenticator/Resources/Assets.xcassets",
24       "WordPressAuthenticator/Resources/Animations/*.json",
25       "WordPressAuthenticator/**/*.{storyboard,xib}"
26     ]
27   },
28   "requires_arc": true,
29   "static_framework": true,
30   "header_dir": "WordPressAuthenticator",
31   "dependencies": {
32     "1PasswordExtension": [
33       "1.8.5"
34     ],
35     "Alamofire": [
36       "4.7.3"
37     ],
38     "CocoaLumberjack": [
39       "~> 3.5"
40     ],
41     "lottie-ios": [
42       "2.5.2"
43     ],
44     "NSURL+IDN": [
45       "0.3"
46     ],
47     "SVProgressHUD": [
48       "2.2.5"
49     ],
50     "Gridicons": [
51       "~> 0.15"
52     ],
53     "GoogleSignIn": [
54       "~> 4.4"
55     ],
56     "WordPressUI": [
57       "~> 1.3"
58     ],
59     "WordPressKit": [
60       "~> 4.1"
61     ],
62     "WordPressShared": [
63       "~> 1.8"
64     ]
65   }