forked from Aufree/ESTMusicIndicator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathESTMusicIndicator.podspec
More file actions
24 lines (17 loc) · 861 Bytes
/
ESTMusicIndicator.podspec
File metadata and controls
24 lines (17 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "ESTMusicIndicator"
s.version = "0.1.1"
s.summary = "Cool Animated music indicator view written in Swift."
s.description = <<-DESC
A view that mimics the music playback indicator in the Music.app on iOS 8.
It has three vertical bars and they oscillate randomly.
DESC
s.homepage = "https://github.com/Aufree/ESTMusicIndicator"
s.screenshots = "https://cloud.githubusercontent.com/assets/5310542/12050743/8b3352ec-af34-11e5-99b8-24577e5475e7.png"
s.license = "MIT"
s.author = { "Aufree" => "freedomlijinfa@gmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Aufree/ESTMusicIndicator.git", :tag => s.version }
s.source_files = "Classes/**/*.swift"
s.frameworks = 'QuartzCore'
end