[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 1.41.0-beta.1 / WordPressAuthenticator.podspec.json
blob1bd9cc728ac0ddcb31c516ebeffe8a80fb9a003d
2   "name": "WordPressAuthenticator",
3   "version": "1.41.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": "11.0"
16   },
17   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
20     "tag": "1.41.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   "static_framework": true,
33   "header_dir": "WordPressAuthenticator",
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "dependencies": {
41     "1PasswordExtension": [
42       "~> 1.8.6"
43     ],
44     "Alamofire": [
45       "~> 4.8"
46     ],
47     "CocoaLumberjack": [
48       "~> 3.5"
49     ],
50     "lottie-ios": [
51       "~> 3.1.6"
52     ],
53     "NSURL+IDN": [
54       "0.4"
55     ],
56     "SVProgressHUD": [
57       "~> 2.2.5"
58     ],
59     "Gridicons": [
60       "~> 1.0"
61     ],
62     "GoogleSignIn": [
63       "~> 5.0.2"
64     ],
65     "WordPressUI": [
66       "~> 1.7-beta"
67     ],
68     "WordPressKit": [
69       "~> 4.18-beta"
70     ],
71     "WordPressShared": [
72       "~> 1.12-beta"
73     ]
74   },
75   "swift_version": "4.2"