Skip to content

Commit

Permalink
Adding podspec for TGJSBridge 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsc committed Nov 9, 2012
1 parent 0996a58 commit d46aa92
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TGJSBridge/0.2.1/TGJSBridge.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "TGJSBridge"
s.version = "0.2.1"
s.summary = "A lightweight javascript bridge to Cocoa Touch."
s.description = <<-DESC
TGJSBridge is a lightweight javascript bridge to cocoa. TGJSBridge is iOS4 and iPad compatible.
DESC
s.homepage = "https://github.com/ohsc/TGJSBridge"
s.license = { :type => 'BSD', :file => 'LICENSE.md' }
s.author = { "Chao Shen" => "shen218@gmail.com" }
s.source = { :git => "https://github.com/ohsc/TGJSBridge.git", :tag => s.version.to_s }

s.platform = :ios, '4.0'
s.source_files = 'TGJSBridge/*.{h,m}'
s.resource = "TGJSBridge/TGJSBridge.bundle"
s.dependency 'JSONKit', '~> 1.4'
end

0 comments on commit d46aa92

Please sign in to comment.