diff --git a/NUIParse.podspec b/NUIParse.podspec index a2b86a0..aabbac9 100644 --- a/NUIParse.podspec +++ b/NUIParse.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = "NUIParse" - s.version = "1.2.1" + s.version = "1.3" s.summary = "A shift/reduce parsing framework for Mac OS X and iOS" s.description = "NUIParse is a fork of CoreParse, a parsing library for Mac OS X and iOS." s.homepage = "https://github.com/tombenner/NUIParse" s.author = 'Tom Davie' s.license = 'MIT' - s.source = { :git => "https://github.com/tombenner/NUIParse.git", :tag => "1.2.1" } + s.source = { :git => "https://github.com/tombenner/NUIParse.git", :tag => s.version.to_s } s.source_files = 'NUIParse', 'NUIParse/**/*.{h,m}' s.exclude_files = 'Classes/Exclude' s.osx.frameworks = 'Cocoa' s.ios.frameworks = 'Foundation' s.requires_arc = false -end \ No newline at end of file +end