Skip to content

Commit

Permalink
bump to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Jul 2, 2013
1 parent 75b0c50 commit e213251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Transit [![Build Status](https://travis-ci.org/BeamApp/Transit.png)](https://travis-ci.org/BeamApp/Transit) [![Cocoa Pod](http://cocoapod-badges.herokuapp.com/v/Transit/badge.png)](#)
# Transit [![Build Status](https://travis-ci.org/BeamApp/Transit.png)](https://travis-ci.org/BeamApp/Transit) [![Cocoa Pod](http://cocoapod-badges.herokuapp.com/p/Transit/badge.svg)](http://cocoadocs.org/docsets/Transit/) [![Cocoa Pod](http://cocoapod-badges.herokuapp.com/v/Transit/badge.svg)](http://cocoadocs.org/docsets/Transit/)

Transit bridges between JavaScript and iOS, OSX, Android. You can easily embed a WebView or scripted logic via JS into your application and pass in native code as functions and especially event handlers. Whenever your native code got called you can use all arguments as well as the `this` argument even if they are JavaScript, functions again!

Expand Down
4 changes: 2 additions & 2 deletions Transit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Transit"
s.version = "0.0.2"
s.version = "0.1.0"
s.summary = "Library to Bridge between JavaScript and Objective-C on iOS, OSX."
s.homepage = "http://github.com/BeamApp/Transit"
s.license = 'new BSD'
s.authors = { "Heiko Behrens" => "HeikoBehrens@gmx.de", "Marcel Jackwerth" => "marceljackwerth@gmail.com"}
s.source = { :git => "https://github.com/BeamApp/Transit.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/BeamApp/Transit.git", :tag => "0.1.0" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.osx.frameworks = 'WebKit'
Expand Down

0 comments on commit e213251

Please sign in to comment.