forked from nghialv/MaterialKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMaterialKit.podspec
More file actions
19 lines (15 loc) · 757 Bytes
/
MaterialKit.podspec
File metadata and controls
19 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "MaterialKit"
s.version = "0.3.5"
s.summary = "Material design components for iOS written in Swift"
s.homepage = "https://github.com/nghialv/MaterialKit"
s.screenshots = "https://dl.dropboxusercontent.com/u/8556646/MKTextField.gif", "https://dl.dropboxusercontent.com/u/8556646/MKButton.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Le Van Nghia" => "nghialv2607@gmail.com" }
s.social_media_url = "https://twitter.com/nghialv2607"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/MaterialKit.git", :tag => "0.3.5" }
s.source_files = "Source/*"
s.requires_arc = true
end