11Pod ::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
3030end
0 commit comments