Skip to content

Commit

Permalink
fix/podspec (#19)
Browse files Browse the repository at this point in the history
* updagted

* updated
  • Loading branch information
decanus authored Aug 24, 2019
1 parent a5ec9f1 commit 6838184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DerivedData/
*.perspectivev3
!default.perspectivev3
xcuserdata/

*.swp
## Other
*.moved-aside
*.xccheckout
Expand Down
5 changes: 3 additions & 2 deletions UB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Pod::Spec.new do |spec|
spec.authors = {'Eric Tu' => 'eric@chainsafe.io', 'Dean Eigenmann' => 'dean@status.io'}
spec.homepage = 'https://github.com/ultralight-beam/UB.swift'
spec.license = { :type => 'MIT' }
spec.source = { :git => 'https://github.com/ultralight-beam/UB.swift.git', :tag => '0.1.0'}
spec.source = { :git => 'https://github.com/ultralight-beam/UB.swift.git', :tag => 'v0.1.0'}
spec.source_files = 'Sources/UB/*.swift'
spec.summary = 'MANETs'
spec.swift_version = '4.2'
spec.source_files = 'UB.swift/*.swift'
spec.platform = :ios, "9.0"
end

0 comments on commit 6838184

Please sign in to comment.