-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTables.podspec
More file actions
33 lines (16 loc) · 1001 Bytes
/
Copy pathTables.podspec
File metadata and controls
33 lines (16 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Pod::Spec.new do |spec|
spec.name = "Tables"
spec.version = "1.0.2"
spec.summary = "The fastest and easiest way to present a UITableView - in 3 lines of code."
spec.description = "The world's simplest, fastest and most customizable TableView. Create a UITableView in 3 lines of code. Powered by Generics. No need to use Table View protocols. Uses UIKit."
spec.homepage = "https://github.com/sivx76/Swift-Table"
spec.screenshots = "https://raw.githubusercontent.com/sivx76/Swift-Table/main/Other/Screenshots/Collection.png"
spec.license = "MIT"
spec.author = { "sivx76" => "sivx76@gmail.com", "jsood6" => "jigyasaasood@gmail.com" }
spec.social_media_url = "https://twitter.com/sivx76"
spec.platform = :ios, "5.0"
spec.source = { :git => "https://github.com/sivx76/Swift-Table.git", :tag => "v1.0.1" }
spec.source_files = "Sources/**/*"
spec.ios.deployment_target = '11.0'
spec.swift_version = '5.0'
end