forked from jwd-ali/Switch-Animations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwitches.podspec
More file actions
21 lines (18 loc) · 770 Bytes
/
Switches.podspec
File metadata and controls
21 lines (18 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "Switches"
s.version = "2.0"
s.summary = "Switches framework"
s.description = <<-DESC
Switches Pod can create number of beautiful customised switch confirming from UIControl with awesome animations
DESC
s.homepage = "https://github.com/jwd-ali/IOS-Portfolio"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.authors = { "Jawad Ali" => "L060214@gmail.com" }
s.platforms = { :ios => "9.0" }
s.source = { :git => "https://github.com/jwd-ali/Switches.git", :tag => "#{s.version}" }
s.source_files = "Sources/**/*.{h,m,swift}"
s.requires_arc = true
s.swift_version = "5.0"
s.frameworks = "XCTest"
end