Skip to content

Commit

Permalink
Updated pod spec to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Coomans committed Feb 23, 2014
1 parent 699510d commit c8077ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SimulatorRemoteNotifications.podspec
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = "SimulatorRemoteNotifications"
s.version = "0.0.2"
s.version = "0.0.3"
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.summary = "Library to send (fake) remote notifications to the iOS simulator"
s.summary = "Library to send mock remote notifications to the iOS simulator"
s.homepage = "https://github.com/acoomans/SimulatorRemoteNotifications"
s.screenshots = "s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/85/original.png"
s.screenshots = [ "Screenshots/screenshot01.png", "Screenshots/screenshot02.png" ]

s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '5.0'
s.ios.deployment_target = '6.0'
s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }

s.author = { "Arnaud Coomans" => "arnaud.coomans@gmail.com" }

s.source_files = 'SimulatorRemoteNotifications/**/*.{h,m}'
s.source = { :git => "https://github.com/acoomans/SimulatorRemoteNotifications.git", :tag => '0.0.2' }
s.source = { :git => "https://github.com/acoomans/SimulatorRemoteNotifications.git", :tag => '0.0.3' }
end

0 comments on commit c8077ab

Please sign in to comment.