blob: cfbceccd882c52a36bbe4b8b89a9ae1c5f50740f [file] [log] [blame]
{
"name": "1PasswordExtensionHaha",
"version": "1.0.0",
"summary": "With just a few lines of code, your app can add 1Password support.",
"description": " With just a few lines of code, your app can add 1Password support, enabling your users to:\n\n - Access their 1Password Logins to automatically fill your login page.\n - Use the Strong Password Generator to create unique passwords during registration, and save the new Login within 1Password.\n - Quickly fill 1Password Logins directly into web views.\n\n Empowering your users to use strong, unique passwords has never been easier.\n",
"homepage": "https://github.com/AgileBits/onepassword-app-extension",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": [
"Dave Teare",
"Michael Fey",
"Rad Azzouz",
"Roustem Karimov"
],
"social_media_url": "https://twitter.com/1PasswordBeta",
"source": {
"git": "https://github.com/AgileBits/onepassword-app-extension.git",
"tag": "1.0.0"
},
"platforms": {
"ios": 8.0
},
"source_files": "*.{h,m}",
"frameworks": [
"UIKit",
"WebKit"
],
"exclude_files": "Demos",
"resources": "1Password.xcassets",
"requires_arc": true
}