Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
msfrms committed Mar 25, 2018
1 parent 6c6361e commit 19bff66
Show file tree
Hide file tree
Showing 10 changed files with 1,086 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ConcurrentSwift.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "ConcurrentSwift"
s.version = "0.1"
s.summary = "Simple work with Future"
s.homepage = "https://github.com/msfrms/ConcurrentSwift"
s.license = 'Apache License 2.0'
s.author = { "msfrms" => "[email protected]" }

s.platform = :ios, '8.0'
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

s.source = { :git => 'https://github.com/msfrms/ConcurrentSwift' }
s.source_files = 'Source/*.swift'

s.frameworks = 'Foundation'
s.module_name = 'ConcurrentSwift'

end
Loading

0 comments on commit 19bff66

Please sign in to comment.