Skip to content

Commit

Permalink
Create Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtFeel committed May 23, 2014
1 parent 227c2e9 commit 5f14fc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AFViewShaker.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "AFViewShaker"
s.version = "0.0.1"
s.summary = "AFViewShaker is simple as a brick utility for UIView shake animation."
s.homepage = "https://github.com/ArtFeel/AFViewShaker"
s.screenshots = "https://raw.githubusercontent.com/ArtFeel/AFViewShaker/master/example.gif"
s.author = { "Philip Vasilchenko" => "[email protected]" }
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.platform = :ios
s.source = { :git => "https://github.com/ArtFeel/AFViewShaker.git", :tag => s.version.to_s }
s.source_files = "AFViewShaker/*.{h,m}"
s.requires_arc = true
end

0 comments on commit 5f14fc3

Please sign in to comment.