Skip to content

Commit 55aabeb

Browse files
committed
Fixed podspec formatting for validation of podspec.
1 parent 9f63253 commit 55aabeb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Nimble.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ Pod::Spec.new do |s|
77
DESC
88
s.homepage = "https://github.com/Quick/Nimble"
99
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
10-
s.author = "Quick Contributors"
10+
s.author = "Quick Contributors"
1111
s.ios.deployment_target = "8.0"
1212
s.osx.deployment_target = "10.10"
1313
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v#{s.version}" }
1414

15-
s.source_files = "Nimble", "Nimble/**/*.{swift,h,m}"
16-
s.framework = "XCTest"
15+
s.source_files = "Nimble", "Nimble/**/*.{swift,h,m}"
16+
s.framework = "XCTest"
17+
s.requires_arc = true
1718
end

0 commit comments

Comments
 (0)