[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 1.3.1 / WordPressAuthenticator.podspec.json
blobf7fc4a6b244cd7488fabc1736b16c27e5c0895aa
2   "name": "WordPressAuthenticator",
3   "version": "1.3.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": "10.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
17     "tag": "1.3.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   "pod_target_xcconfig": {
32     "ENABLE_BITCODE": "NO"
33   },
34   "dependencies": {
35     "1PasswordExtension": [
36       "1.8.5"
37     ],
38     "Alamofire": [
39       "4.7.3"
40     ],
41     "CocoaLumberjack": [
42       "~> 3.4"
43     ],
44     "lottie-ios": [
45       "2.5.2"
46     ],
47     "NSURL+IDN": [
48       "0.3"
49     ],
50     "SVProgressHUD": [
51       "2.2.5"
52     ],
53     "Gridicons": [
54       "~> 0.15"
55     ],
56     "GoogleSignIn": [
57       "4.1.2"
58     ],
59     "WordPressUI": [
60       "~> 1.0"
61     ],
62     "WordPressKit": [
63       "~> 3.2.2"
64     ],
65     "WordPressShared": [
66       "~> 1.4"
67     ]
68   }