Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luisobo committed Apr 26, 2013
1 parent fd579c1 commit 0f61e37
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Nocilla.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
Pod::Spec.new do |s|
s.name = "Nocilla"
s.version = "0.4"
s.version = "0.5"
s.summary = "Stunning HTTP stubbing for iOS. Testing HTTP requests has never been easier."
s.homepage = "https://github.com/luisobo/Nocilla"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Luis Solano" => "contact@luissolano.com" }

s.source = { :git => "https://github.com/luisobo/Nocilla.git", :tag => "0.4" }
s.source = { :git => "https://github.com/luisobo/Nocilla.git", :tag => "0.5" }

s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.7'

s.source_files = 'Nocilla/**/*.{h,m}'

s.public_header_files = ['Nocilla/Nocilla.h', 'Nocilla/LSNocilla.h', 'Nocilla/DSL/DSL.h', 'Nocilla/DSL/LSStubRequestDSL.h', 'Nocilla/DSL/LSStubResponseDSL.h']
s.public_header_files = ['Nocilla/Nocilla.h',
'Nocilla/LSNocilla.h',
'Nocilla/DSL/DSL.h',
'Nocilla/DSL/LSStubRequestDSL.h',
'Nocilla/DSL/LSStubResponseDSL.h',
'Nocilla/Matchers/*.h',
'Nocilla/Categories/NSString+Regex.h']

s.requires_arc = true
s.frameworks = 'CFNetwork'
Expand Down

0 comments on commit 0f61e37

Please sign in to comment.