Skip to content

Commit

Permalink
NLTHTTPStubServer.podspec passed 0.6 --quick lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakaito committed Jul 3, 2012
1 parent 7445094 commit 86dabd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NLTHTTPStubServer/0.1.2/NLTHTTPStubServer.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Pod::Spec.new do |s|
s.license = 'MIT' s.license = 'MIT'
s.summary = 'NLTHTTPStubServer is mocking server. launch simple HTTPServer on Testcodes.' s.summary = 'NLTHTTPStubServer is mocking server. launch simple HTTPServer on Testcodes.'
s.homepage = 'http://github.com/yaakaito/NLTHTTPStubServer' s.homepage = 'http://github.com/yaakaito/NLTHTTPStubServer'
s.author = { 'KAZUMA Ukyo' => 'yaakaito@gmail.com' , 'Tomohiro Moro' => 'https://github.com/slightair' } s.authors = { 'KAZUMA Ukyo' => 'yaakaito@gmail.com' , 'Tomohiro Moro' => 'https://github.com/slightair' }
s.source = { :git => 'https://github.com/yaakaito/NLTHTTPStubServer.git', :tag => '0.1.2' } s.source = { :git => 'https://github.com/yaakaito/NLTHTTPStubServer.git', :tag => '0.1.2' }
s.platform = :ios s.platform = :ios
s.source_files = 'NLTHTTPStubServer/**/*.{h,m}' s.source_files = 'NLTHTTPStubServer/**/*.{h,m}'
s.clean_paths = 'Podfile', 'Podfile.lock', 'NLTHTTPStubServerTests', 'Frameworks', 'NLTHTTPStubServer.xcodeproj', 'NLTHTTPStubServer.xcworkspace' s.preserve_paths = 'Podfile', 'Podfile.lock', 'NLTHTTPStubServerTests', 'Frameworks', 'NLTHTTPStubServer.xcodeproj', 'NLTHTTPStubServer.xcworkspace'
s.dependency 'CocoaHTTPServer', '2.2.1' s.dependency 'CocoaHTTPServer', '2.2.1'
end end

0 comments on commit 86dabd8

Please sign in to comment.