Skip to content

Commit

Permalink
Add .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
daveneff committed Jan 15, 2020
1 parent fe87295 commit 3f20993
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Coordinator.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'Coordinator'
spec.version = '0.1.0'
spec.summary = 'An implementation of the Coordinator pattern for iOS written in Swift 5.'
spec.source = { :git => 'git@github.com:daveneff/Coordinator.git', :tag => spec.version }
spec.authors = 'Dave Neff'
spec.homepage = 'https://github.com/daveneff/Coordinator'
spec.swift_version = '5.0'
spec.ios.deployment_target = '10.0'
spec.source_files = 'Source/**/*.swift'
spec.framework = 'UIKit'
end

0 comments on commit 3f20993

Please sign in to comment.