blob: 219220273c48bc4e44030093c04a653c1036e13c [file] [log] [blame]
{
"name": "WordPressAuthenticator",
"version": "1.21.0-beta.5",
"summary": "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.",
"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.",
"homepage": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS",
"license": "GPLv2",
"authors": {
"WordPress": "mobile@automattic.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
"tag": "1.21.0-beta.5"
},
"source_files": "WordPressAuthenticator/**/*.{h,m,swift}",
"private_header_files": "WordPressAuthenticator/Private/*.h",
"resource_bundles": {
"WordPressAuthenticatorResources": [
"WordPressAuthenticator/Resources/Assets.xcassets",
"WordPressAuthenticator/Resources/SupportedEmailClients/*.plist",
"WordPressAuthenticator/Resources/Animations/*.json",
"WordPressAuthenticator/**/*.{storyboard,xib}"
]
},
"requires_arc": true,
"static_framework": true,
"header_dir": "WordPressAuthenticator",
"dependencies": {
"1PasswordExtension": [
"1.8.6"
],
"Alamofire": [
"4.8"
],
"CocoaLumberjack": [
"~> 3.5"
],
"lottie-ios": [
"3.1.6"
],
"NSURL+IDN": [
"0.4"
],
"SVProgressHUD": [
"2.2.5"
],
"Gridicons": [
"~> 1.0"
],
"GoogleSignIn": [
"~> 5.0.2"
],
"WordPressUI": [
"~> 1.7.0"
],
"WordPressKit": [
"~> 4.0-beta.0"
],
"WordPressShared": [
"~> 1.9-beta"
]
},
"swift_version": "4.2"
}