blob: c44006f4435b5dbd041ce9621ac2155c6ea46d8d [file] [log] [blame]
{
"name": "WordPressAuthenticator",
"version": "1.1.8-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": "GPLv2",
"authors": {
"WordPress": "mobile@automattic.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git",
"tag": "1.1.8-beta.3"
},
"source_files": "WordPressAuthenticator/**/*.{h,m,swift}",
"private_header_files": "WordPressAuthenticator/Private/*.h",
"resources": [
"WordPressAuthenticator/**/*.{xcassets,storyboard,xib,json}"
],
"requires_arc": true,
"header_dir": "WordPressAuthenticator",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"1PasswordExtension": [
"1.8.5"
],
"Alamofire": [
"4.7.3"
],
"CocoaLumberjack": [
"3.4.2"
],
"lottie-ios": [
"2.5.2"
],
"NSURL+IDN": [
"0.3"
],
"SVProgressHUD": [
"2.2.5"
],
"Gridicons": [
"~> 0.15"
],
"GoogleSignInRepacked": [
"4.1.2"
],
"WordPressUI": [
"~> 1.0"
],
"WordPressKit": [
"~> 1.8.0-beta"
],
"WordPressShared": [
"~> 1.4"
]
}
}