Skip to content

Commit

Permalink
add CSNNotificationObserver 0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed Feb 23, 2014
1 parent 2661d0a commit 82744e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CSNNotificationObserver/0.9.2/CSNNotificationObserver.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "CSNNotificationObserver"
s.version = "0.9.2"
s.summary = "CSNNotificationObserver is wrapping NSNotification for convenience."
s.homepage = "https://github.com/griffin-stewie/CSNNotificationObserver"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "griffin-stewie" => "panterathefamilyguy@gmail.com" }
s.social_media_url = "http://twitter.com/griffin_stewie"
s.ios.deployment_target = '6.0'
s.source = { :git => "https://github.com/griffin-stewie/CSNNotificationObserver.git", :tag => "#{s.version}" }
s.source_files = 'CSNNotificationObserver'
s.requires_arc = true
end

0 comments on commit 82744e6

Please sign in to comment.