Skip to content

Commit

Permalink
Merge pull request #13 from ra1028/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
ra1028 authored Feb 17, 2018
2 parents 5b40eeb + ff0dcaf commit 4fd68cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VueFlux.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'VueFlux'
spec.version = '1.1.0'
spec.version = '1.2.0'
spec.author = { 'ra1028' => '[email protected]' }
spec.homepage = 'https://github.com/ra1028/VueFlux'
spec.summary = 'Unidirectional State Management for Swift - Inspired by Vuex and Flux'
Expand Down
4 changes: 2 additions & 2 deletions VueFluxReactive.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'VueFluxReactive'
spec.version = '1.1.0'
spec.version = '1.2.0'
spec.author = { 'ra1028' => '[email protected]' }
spec.homepage = 'https://github.com/ra1028/VueFlux'
spec.summary = 'Reactive system for VueFlux architecture in Swift'
spec.source = { :git => 'https://github.com/ra1028/VueFlux.git', :tag => spec.version.to_s }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.source_files = 'VueFluxReactive/**/*.swift'
spec.dependency 'VueFlux', '~> 1.1.0'
spec.dependency 'VueFlux', '~> 1.2.0'
spec.requires_arc = true
spec.osx.deployment_target = '10.9'
spec.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 4fd68cd

Please sign in to comment.