Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bang590 committed May 26, 2015
1 parent 8f97adc commit ecb9d68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions JSPatch.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "JSPatch"
s.version = "0.0.1"
s.summary = "JSPatch bridge Objective-C and JavaScript using the" \
" Objective-C runtime. You can call any Objective-C class" \
" and method in JavaScript by just including a small engine."
s.summary = "JSPatch bridge Objective-C and JavaScript. You can call any" \
" Objective-C class and method in JavaScript by just" \
" including a small engine."

s.description = <<-DESC
JSPatch bridge Objective-C and JavaScript using the
Expand All @@ -24,10 +24,10 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/bang590/JSPatch.git", :tag => s.version }

s.source_files = "JSPath/*.{h,m}"
s.public_header_files = "JSPath/*..h"
s.source_files = "JSPatch/*.{h,m}"
s.public_header_files = "JSPatch/*.h"

s.resources = "JSPath/*.js"
s.resources = "JSPatch/*.js"
s.frameworks = "JavaScriptCore", "Foundation"

end

0 comments on commit ecb9d68

Please sign in to comment.