Skip to content

Commit

Permalink
Added CoreParse.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Miller committed May 16, 2012
1 parent eec7489 commit c38a5b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CoreParse/1.0.0/CoreParse.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'CoreParse'
s.version = '1.0.0'
s.summary = 'A shift/reduce parsing framework for Mac OS X and iOS'
s.author = { 'Beelsebob' => '' }
s.homepage = 'https://github.com/beelsebob/CoreParse'
s.source = { :git => 'https://github.com/beelsebob/CoreParse.git', :tag => '1.0.0' }
s.source_files = 'CoreParse/**/*.{h,m}'
s.clean_paths = 'CoreParseTests', 'CoreParse.xcodeproj'
s.requires_arc = false
s.frameworks = 'Foundation'
end

0 comments on commit c38a5b4

Please sign in to comment.