forked from FabrizioBrancati/BFKit-Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBFKit-Swift.podspec
22 lines (22 loc) · 1.06 KB
/
BFKit-Swift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "BFKit-Swift"
s.module_name = "BFKit"
s.version = "2.2.2"
s.summary = "BFKit Swift is a collection of useful classes, structs and extensions to develop Apps faster."
s.homepage = "https://github.com/FabrizioBrancati/BFKit-Swift"
s.screenshots = "https://github.fabriziobrancati.com/bfkit/resources/screenshot-swift.png"
s.license = {
:type => "MIT",
:file => "LICENSE"
}
s.author = { "Fabrizio Brancati" => "[email protected]" }
s.social_media_url = "https://twitter.com/infinity4all"
s.platform = :ios, "8.0"
s.source = {
:git => "https://github.com/FabrizioBrancati/BFKit-Swift.git",
:tag => s.version
}
s.source_files = "Sources/**/*.{swift}"
s.requires_arc = true
s.documentation_url = "https://github.fabriziobrancati.com/documentation/BFKit-Swift/"
end