Skip to content

Commit

Permalink
new pod AlertNinja
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakaito committed Sep 5, 2012
1 parent 37064b4 commit dc884a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AlertNinja/0.0.1/AlertNinja.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AlertNinja"
s.version = "0.0.1"
s.summary = "Invisible UIAlertView and spying."
s.homepage = "https://github.com/yaakaito/AlertNinja"
s.license = 'MIT'
s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" }
s.source = { :git => "https://github.com/yaakaito/AlertNinja.git", :tag => "0.0.1" }
s.platform = :ios
s.source_files = 'AlertNinja/*.{h,m}'
s.requires_arc = true
end

0 comments on commit dc884a0

Please sign in to comment.