blob: 092a6264fe5347574b4415802844f4716b9fb567 [file] [log] [blame]
{
"name": "WordPressAuthenticator",
"version": "1.1.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": "http://apps.wordpress.com",
"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.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.0"
],
"NSURL+IDN": [
"0.3"
],
"SVProgressHUD": [
"2.2.5"
],
"UIDeviceIdentifier": [
"~> 0.4"
],
"Gridicons": [
"~> 0.15"
],
"GoogleSignInRepacked": [
"4.1.2"
],
"WordPressUI": [
"~> 1.0"
],
"WordPressKit": [
"~> 1.4.2.1"
],
"WordPressShared": [
"~> 1.3.0"
],
"wpxmlrpc": [
"~> 0.8"
]
}
}