-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPulsarKit.podspec
More file actions
18 lines (17 loc) · 1.09 KB
/
PulsarKit.podspec
File metadata and controls
18 lines (17 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = "PulsarKit"
spec.version = "1.5.1"
spec.summary = "PulsarKit is a simple and beautiful wrapper around the official UICollectionView API written in pure Swift"
spec.description = <<-DESC
PulsarKit is a simple and beautiful wrapper around the official UICollectionView API written in pure Swift. PulsarKit is a library that lets you populate and update collection views simply using your models.
This framework is lightly inspire by Lighter view controllers and UITableViewSource and UICollectionViewSource in Xamarin Platform.
DESC
spec.homepage = "https://www.massimooliviero.net"
spec.social_media_url = 'https://twitter.com/maxoly'
spec.license = "MIT"
spec.author = { "Massimo Oliviero" => "massimo.oliviero@gmail.com" }
spec.ios.deployment_target = "11.0"
spec.source = { :git => "https://github.com/maxoly/PulsarKit.git", :tag => "#{spec.version}" }
spec.source_files = "PulsarKit", "PulsarKit/PulsarKit/**/*.{h,m,swift,c}"
spec.swift_version = '5.2'
end