blob: 125db49a2292aaa1e95c949218d187a8e75209c7 [file] [log] [blame]
{
"name": "WordPressAuthenticator",
"version": "1.37.0-beta.3",
"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": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"The WordPress Mobile Team": "mobile@wordpress.org"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
"tag": "1.37.0-beta.3"
},
"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}"
]
},
"static_framework": true,
"header_dir": "WordPressAuthenticator",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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-beta"
],
"WordPressKit": [
"~> 4.18-beta"
],
"WordPressShared": [
"~> 1.12-beta"
]
},
"swift_version": "4.2"
}