-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSaturn.podspec
More file actions
20 lines (14 loc) · 825 Bytes
/
Copy pathSaturn.podspec
File metadata and controls
20 lines (14 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'Saturn'
s.version = '1.1.0'
s.summary = 'Saturn provides a mechanism for time synchronization.'
s.description = <<-DESC
Saturn is a library with convenient API which provides a mechanism of time and date sinchronization in your app with some remote server. With Chronos its possible to get real time and date even if user will change them on his device.
DESC
s.homepage = 'https://github.com/iaagg/Saturn'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Aleksey Getman' => 'getmanag@gmail.com' }
s.source = { :git => 'https://github.com/iaagg/Saturn.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'Saturn/Classes/**/*'
end