-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathCircleTimer.podspec
More file actions
21 lines (20 loc) · 925 Bytes
/
CircleTimer.podspec
File metadata and controls
21 lines (20 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint CircleTimer.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "CircleTimer"
s.module_name = "AppusCircleTimer"
s.version = "0.2.2"
s.summary = "'CircleCounter' is a simple in use animated countdown timer"
s.homepage = "https://github.com/alexey-kubas-appus/CircleTimer"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Alexey Kubas" => "alexey.kubas@appus.me" }
s.source = { :git => "https://github.com/alexey-kubas-appus/CircleTimer.git", :branch => "master", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'CircleTimer/*.swift'
end