[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / a / WordPressAuthenticator / 1.1.4 / WordPressAuthenticator.podspec.json
blobe208688f8e39e7af5522c42dbd05ec37cfb6530e
2   "name": "WordPressAuthenticator",
3   "version": "1.1.4",
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": "http://apps.wordpress.com",
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.4"
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.0"
41     ],
42     "NSURL+IDN": [
43       "0.3"
44     ],
45     "SVProgressHUD": [
46       "2.2.5"
47     ],
48     "UIDeviceIdentifier": [
49       "~> 0.4"
50     ],
51     "Gridicons": [
52       "~> 0.15"
53     ],
54     "GoogleSignInRepacked": [
55       "4.1.2"
56     ],
57     "WordPressUI": [
58       "~> 1.0"
59     ],
60     "WordPressKit": [
61       "~> 1.4.3"
62     ],
63     "WordPressShared": [
64       "~> 1.3.0"
65     ],
66     "wpxmlrpc": [
67       "~> 0.8"
68     ]
69   }