Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Mar 5, 2018
1 parent 0e6a164 commit 0a81044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VueFluxReactive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
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', 'CommonInternal/**/*.swift'
spec.dependency 'VueFlux', '~> 1.2.0'
spec.dependency 'VueFlux', '~> 1.3.1'
spec.requires_arc = true
spec.osx.deployment_target = '10.9'
spec.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 0a81044

Please sign in to comment.