forked from PiXeL16/RevealingSplashView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRevealingSplashView.podspec
More file actions
22 lines (16 loc) · 857 Bytes
/
RevealingSplashView.podspec
File metadata and controls
22 lines (16 loc) · 857 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 = "RevealingSplashView"
s.version = "0.6.0"
s.summary = "A Splash view that animates and reveals its content, inspired by the Twitter splash."
s.description = <<-DESC
A Splash view that animates and reveals its content, inspired by the Twitter splash, written in Swift
DESC
s.homepage = "https://github.com/PiXeL16/RevealingSplashView"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Chris Jimenez" => "cjimenez16@gmail.com" }
s.social_media_url = "http://twitter.com/chrisjimeneznat"
s.platform = :ios, "8.0"
s.swift_version = "4.2"
s.source = { :git => "https://github.com/PiXeL16/RevealingSplashView.git", :tag => s.version }
s.source_files = "RevealingSplashView/", "RevealingSplashView/**/*.{h,m,swift}"
end