Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 0c2f0a2

Browse files
committed
Merge pull request #305 from AgileBits/fix/indentation-fixes-in-the-podspec
[FIXED] Fixed indentation in the podspec file.
2 parents 18c8b3d + 787930d commit 0c2f0a2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

1PasswordExtension.podspec

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |spec|
22

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

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

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

0 commit comments

Comments
 (0)