Skip to content

Commit

Permalink
added cocoapods, apps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rnystrom committed May 27, 2013
1 parent 252feb0 commit 17fdce1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -143,6 +143,13 @@ Or, if you need to access the presented view controller directly, you can do so.
UIViewController *visibleController = self.swipeController.visibleController;
```

## Apps

If you've used this project in a live app, please <a href="mailTo:rnystrom@whoisryannystrom.com">let me know</a>! Nothing makes me happier than seeing someone else take my work and go wild with it.

* [Poetreat](https://itunes.apple.com/us/app/poetreat-write-quick-simple/id636392647?ls=1&mt=8)
* [WeatherFy](https://itunes.apple.com/us/app/weatherfy/id588926390?mt=8&ign-mpt=uo%3D4)

## Contact ##

* [@nystrorm](https://twitter.com/_ryannystrom) on Twitter
Expand Down
13 changes: 13 additions & 0 deletions RNSwipeViewController.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "RNSwipeViewController"
s.version = "0.1.0"
s.summary = "A custom table view with highly detailed ripple animations."
s.homepage = "https://github.com/rnystrom/RNRippleTableView"
s.license = 'MIT'
s.author = { "Ryan Nystrom" => "rnystrom@whoisryannystrom.com" }
s.source = { :git => "https://github.com/rnystrom/RNSwipeViewController.git", :tag => "0.1.0" }
s.source_files = 'RNSwipeViewController/RNSwipeViewController.{h,m}'
s.platform = :ios
s.ios.deployment_target = '6.0'
s.requires_arc = true
end

0 comments on commit 17fdce1

Please sign in to comment.