[Update] ShotBlocker (0.0.3)

This commit is contained in:
Clay Allsopp
2013-01-03 00:12:29 -05:00
parent ecee324899
commit 4e2a07de1c
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ShotBlocker"
s.version = "0.0.3"
s.summary = "Detecting iOS screenshots ala Snapchat and Facebook Poke."
s.homepage = "https://github.com/clayallsopp/shotblocker"
s.author = { "Clay Allsopp" => "clay.allsopp@gmail.com" }
s.source = { :git => "https://github.com/clayallsopp/ShotBlocker.git", :tag => "0.0.3" }
s.platform = :ios, '5.0'
s.source_files = 'ShotBlocker/*.{h,m}'
s.frameworks = 'AssetsLibrary'
s.requires_arc = true
s.license = { :type => 'MIT', :file => 'LICENSE' }
end