-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathSonar.podspec
22 lines (18 loc) · 891 Bytes
/
Sonar.podspec
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 = "Sonar"
s.version = "5.2.0"
s.summary = "Radar style view written in swift"
s.description = <<-DESC
Simple radar style view written in swift
DESC
s.homepage = "https://github.com/futuredapp/Sonar"
s.screenshots = "https://github.com/futuredapp/Sonar/raw/master/Documentation/screenshot.png", "https://github.com/futuredapp/Sonar/raw/master/Documentation/sonar-animation.gif"
s.license = 'MIT'
s.author = { "Aleš Kocur" => "[email protected]" }
s.source = { :git => "https://github.com/futuredapp/Sonar.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Futuredapps'
s.platform = :ios, '8.0'
s.requires_arc = true
s.swift_version = '5.0'
s.source_files = 'Sources/Sonar/*'
end