Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Fixed indentation in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad Azzouz committed Feb 15, 2016
1 parent 582fa81 commit f7261b5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions 1PasswordExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |spec|

spec.name = "1PasswordExtension"
spec.name = "1PasswordExtension"
spec.module_name = "OnePasswordExtension"
spec.version = "1.8"
spec.summary = "With just a few lines of code, your app can add 1Password support."
spec.description = <<-DESC
spec.version = "1.8"
spec.summary = "With just a few lines of code, your app can add 1Password support."
spec.description = <<-DESC
With just a few lines of code, your app can add 1Password support, enabling your users to:
- Access their 1Password Logins to automatically fill your login page.
Expand All @@ -14,17 +14,17 @@ Pod::Spec.new do |spec|
Empowering your users to use strong, unique passwords has never been easier.
DESC

spec.homepage = "https://github.com/AgileBits/onepassword-app-extension"
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.authors = [ "Dave Teare", "Michael Fey", "Rad Azzouz", "Roustem Karimov" ]
spec.social_media_url = "https://twitter.com/1Password"
spec.homepage = "https://github.com/AgileBits/onepassword-app-extension"
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.authors = [ "Dave Teare", "Michael Fey", "Rad Azzouz", "Roustem Karimov" ]
spec.social_media_url = "https://twitter.com/1Password"

spec.source = { :git => "https://github.com/AgileBits/onepassword-app-extension.git", :tag => spec.version }
spec.platform = :ios, 7.0
spec.source_files = "*.{h,m}"
spec.frameworks = [ 'Foundation', 'MobileCoreServices', 'UIKit' ]
spec.weak_framework = "WebKit"
spec.exclude_files = "Demos"
spec.resource_bundles = { 'OnePasswordExtensionResources' => ['1Password.xcassets/*.imageset/*.png', '1Password.xcassets'] }
spec.requires_arc = true
spec.source = { :git => "https://github.com/AgileBits/onepassword-app-extension.git", :tag => spec.version }
spec.platform = :ios, 7.0
spec.source_files = "*.{h,m}"
spec.frameworks = [ 'Foundation', 'MobileCoreServices', 'UIKit' ]
spec.weak_framework = "WebKit"
spec.exclude_files = "Demos"
spec.resource_bundles = { 'OnePasswordExtensionResources' => ['1Password.xcassets/*.imageset/*.png', '1Password.xcassets'] }
spec.requires_arc = true
end

0 comments on commit f7261b5

Please sign in to comment.