Skip to content

Commit

Permalink
fix/podspec (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
decanus authored Oct 2, 2019
1 parent 21d19b9 commit 0dfff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://github.com/ultralight-beam/UB.swift'
spec.license = { :type => 'Apache' }
spec.source = { :git => 'https://github.com/ultralight-beam/UB.swift.git', :tag => 'v0.2.0'}
spec.source_files = 'Sources/UB/*.swift'
spec.source_files = 'Sources/UB/**/*.swift'
spec.summary = 'Swift implementation of the Ultralight Beam protocol'
spec.swift_version = '5.0'
spec.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 0dfff42

Please sign in to comment.