forked from iZettle/Flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlowFramework.podspec
More file actions
20 lines (18 loc) · 776 Bytes
/
Copy pathFlowFramework.podspec
File metadata and controls
20 lines (18 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "FlowFramework"
s.version = "1.8.3"
s.module_name = "Flow"
s.summary = "Working with asynchronous flows"
s.description = <<-DESC
Flow is a Swift library for working with event handling, asynchronous operations and life time management.
DESC
s.homepage = "https://github.com/iZettle/Flow"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { 'iZettle AB' => 'hello@izettle.com' }
s.osx.deployment_target = "10.11"
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/iZettle/Flow.git", :tag => "#{s.version}" }
s.source_files = "Flow/*.{swift}"
s.swift_version = '5'
end