Skip to content

Commit

Permalink
Merge pull request #305 from AgileBits/fix/indentation-fixes-in-the-p…
Browse files Browse the repository at this point in the history
…odspec

[FIXED] Fixed indentation in the podspec file.
  • Loading branch information
radazzouz committed Feb 15, 2016
2 parents 18c8b3d + 787930d commit 0c2f0a2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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.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.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
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 0c2f0a2

Please sign in to comment.