Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Palaguta committed Dec 1, 2016
1 parent d172846 commit 14d347a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MotoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MotoSwift'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'Generates managed object subclasses from Core Data model.'

s.description = <<-DESC
Expand All @@ -18,6 +18,6 @@ Parses Core Data model, and applies templates for generation swift code

s.source_files = 'Source/MotoSwiftFramework/**/*.swift'

s.dependency 'SWXMLHash'
s.dependency 'Stencil'
s.dependency 'SWXMLHash', '~> 3.0'
s.dependency 'Stencil', '~> 0.7.1'
end

0 comments on commit 14d347a

Please sign in to comment.