Skip to content

Commit

Permalink
Update SBAPNSPusher.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
blommegard committed Nov 13, 2013
1 parent 3e41f0b commit 65e41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SBAPNSPusher.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "A simple cocoa app to send pushes via APNS."
s.homepage = "https://github.com/blommegard/APNS-Pusher"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Simon Blommegård" => "simonImageblommegard.se"}
s.author = { "Simon Blommegård" => "simon@blommegard.se"}
s.source = { :git => "https://github.com/blommegard/APNS-Pusher.git", :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.source_files = 'SBAPNSPusher.h', 'SBAPNSPusher.m'
Expand Down

0 comments on commit 65e41a7

Please sign in to comment.