forked from malcommac/FlowKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlowKitManager.podspec
More file actions
17 lines (17 loc) · 863 Bytes
/
FlowKitManager.podspec
File metadata and controls
17 lines (17 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "FlowKitManager"
s.version = "0.6.1"
s.summary = "Declarative and type-safe UITableView & UICollectionView; a new way to work with tables and collections"
s.description = <<-DESC
Efficient, declarative and type-safe approach to create and manage UITableView and UICollectionView with built-in animation support.
DESC
s.homepage = "https://github.com/malcommac/FlowKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Daniele Margutti" => "me@danielemargutti.com" }
s.social_media_url = "https://twitter.com/danielemargutti"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/malcommac/FlowKit.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
s.swift_version = "4.2"
end