forked from FabrizioBrancati/BFKit-Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBFKit-Swift.podspec
More file actions
22 lines (22 loc) · 998 Bytes
/
BFKit-Swift.podspec
File metadata and controls
22 lines (22 loc) · 998 Bytes
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 = "1.6.1"
s.summary = "BFKit Swift is a collection of useful classes to develop Apps faster"
s.homepage = "https://github.com/FabrizioBrancati/BFKit-Swift"
s.screenshots = "http://github.fabriziobrancati.com/bfkit/resources/screenshot-swift.png"
s.license = {
:type => "MIT",
:file => "LICENSE"
}
s.author = { "Fabrizio Brancati" => "fabrizio.brancati@gmail.com" }
s.social_media_url = "https://twitter.com/infinity4all"
s.platform = :ios, "8.0"
s.source = {
:git => "https://github.com/FabrizioBrancati/BFKit-Swift.git",
:tag => "v1.6.1"
}
s.source_files = "Source/**/*.{swift}"
s.resources = "Source/Languages/**"
s.requires_arc = true
end