diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 52cf188..c9b4b7a 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -2,6 +2,7 @@ Pod::Spec.new do |s| s.name = "1PasswordExtension" + s.header_dir = "OnePasswordExtension" s.version = "1.1.2" s.summary = "With just a few lines of code, your app can add 1Password support." diff --git a/README.md b/README.md index b77935b..d2dfa09 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To get started, download the 1Password Extension project from https://github.com Inside the downloaded folder, you'll find the resources needed to integrate with 1Password, such as images and sample code. The sample code includes two apps from ACME Corporation: one that demonstrates how to integrate the 1Password Login and Registration features, as well as a web browser that showcases the web view Filling feature. -The 1Password extension is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.0.0'` to your Podfile, run `pod install` from your project directory and you're ready to go. +The 1Password extension is also available via CocoaPods, simply add `pod '1PasswordExtension', '~> 1.1.2'` to your Podfile, run `pod install` from your project directory and you're ready to go. The 1Password extension is available via Carthage as well. Simply add `github AgileBits/onepassword-extension "add-framework-support"` to your Cartfile, then run `carthage boostrap` and add it to your project.