blob: 4af30bc011ac38c3fb54eba9b2d36835a417ca05 [file] [log] [blame]
{
"name": "1PasswordExtension",
"header_dir": "OnePasswordExtension",
"header_mappings_dir": "OnePasswordExtension",
"version": "1.6.3",
"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\nEmpowering your users to use strong, unique passwords has never been easier.",
"homepage": "https://github.com/AgileBits/onepassword-app-extension",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": [
"Dave Teare",
"Michael Fey",
"Rad Azzouz",
"Roustem Karimov"
],
"social_media_url": "https://twitter.com/1Password",
"source": {
"git": "https://github.com/AgileBits/onepassword-app-extension.git",
"tag": "1.6.3"
},
"platforms": {
"ios": 7.0
},
"source_files": "*.{h,m}",
"frameworks": "UIKit",
"weak_frameworks": "WebKit",
"exclude_files": "Demos",
"resource_bundles": {
"OnePasswordExtensionResources": [
"1Password.xcassets/*.imageset/*.png",
"1Password.xcassets"
]
},
"requires_arc": true
}