From 787930d054a63266621d2aad3c4ef6af76acb0e1 Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Mon, 15 Feb 2016 11:17:12 -0500 Subject: [PATCH] [FIXED] Fixed indentation in the podspec file. --- 1PasswordExtension.podspec | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/1PasswordExtension.podspec b/1PasswordExtension.podspec index 53f94b3..fde9029 100644 --- a/1PasswordExtension.podspec +++ b/1PasswordExtension.podspec @@ -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. @@ -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