forked from theleftbit/BSWInterfaceKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBSWInterfaceKit.podspec
25 lines (20 loc) · 1.56 KB
/
BSWInterfaceKit.podspec
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
Pod::Spec.new do |s|
s.name = "BSWInterfaceKit"
s.version = "0.2.2"
s.summary = "A short description of BSWInterfaceKit."
s.homepage = "https://github.com/BlurredSoftware/BSWInterfaceKit"
s.license = "MIT"
s.author = { "Pierluigi Cifani" => "[email protected]" }
s.social_media_url = "http://twitter.com/piercifani"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "9.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/BlurredSoftware/BSWInterfaceKit.git", :tag => "#{s.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "Source/**/*.{swift,m,h}"
s.resources = "Assets/**/*.{xcassets,storyboard,strings}"
# ――― Dependencies ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.dependency "BSWFoundation", "~> 1.0.1"
s.dependency "PINRemoteImage"
s.dependency "Cartography", "~> 1.0.1"
end