Skip to content

Commit

Permalink
update podspec and README
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Jan 6, 2016
1 parent 3a9e6f8 commit 810e721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ElasticTransition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/lkzhao/ElasticTransition"
s.screenshots = "https://github.com/lkzhao/ElasticTransition/blob/master/demo.gif?raw=true"
s.screenshots = "https://github.com/lkzhao/ElasticTransition/blob/master/imgs/demo.gif?raw=true"
s.license = 'MIT'
s.author = { "Luke" => "[email protected]" }
s.source = { :git => "https://github.com/lkzhao/ElasticTransition.git", :tag => s.version.to_s }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ First, construct a pan gesture recognizer

```swift
let panGR = UIPanGestureRecognizer(target: self, action: "handlePan:")
view.addGestureRecognizer(panGR)
```

Then implement your gesture handler and fo the following:
Expand Down

0 comments on commit 810e721

Please sign in to comment.