Skip to content

Commit

Permalink
initial podspec (#18)
Browse files Browse the repository at this point in the history
* inital podspec

* update podspec

* add tag

* update podspec

* remove UB.swift.podspec

* update tag
  • Loading branch information
tueric authored and decanus committed Aug 24, 2019
1 parent 96ea0e6 commit a5ec9f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UB.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'UB'
spec.version = '0.1.0'
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.summary = 'MANETs'
spec.swift_version = '4.2'
spec.source_files = 'UB.swift/*.swift'
end

0 comments on commit a5ec9f1

Please sign in to comment.