[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 1.1.10 / WordPressAuthenticator.podspec.json
blobe992817d5cbf81ba1c55be91cd159dd3f49afba6
2   "name": "WordPressAuthenticator",
3   "version": "1.1.10",
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.1.10"
18   },
19   "source_files": "WordPressAuthenticator/**/*.{h,m,swift}",
20   "private_header_files": "WordPressAuthenticator/Private/*.h",
21   "resources": [
22     "WordPressAuthenticator/**/*.{xcassets,storyboard,xib,json}"
23   ],
24   "requires_arc": true,
25   "header_dir": "WordPressAuthenticator",
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   },
29   "dependencies": {
30     "1PasswordExtension": [
31       "1.8.5"
32     ],
33     "Alamofire": [
34       "4.7.3"
35     ],
36     "CocoaLumberjack": [
37       "3.4.2"
38     ],
39     "lottie-ios": [
40       "2.5.2"
41     ],
42     "NSURL+IDN": [
43       "0.3"
44     ],
45     "SVProgressHUD": [
46       "2.2.5"
47     ],
48     "Gridicons": [
49       "~> 0.15"
50     ],
51     "GoogleSignInRepacked": [
52       "4.1.2"
53     ],
54     "WordPressUI": [
55       "~> 1.0"
56     ],
57     "WordPressKit": [
58       "~> 3.0.0-beta.1"
59     ],
60     "WordPressShared": [
61       "~> 1.4"
62     ]
63   }