-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathZProgressCircle.podspec
29 lines (23 loc) · 1.11 KB
/
ZProgressCircle.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = 'ZProgressCircle'
s.version = '1.0.0'
s.summary = 'Light, well-designed and easy to use progress circle for iOS apps'
s.description = <<-DESC
Light, well-designed and easy to use progress circle for iOS apps
As simple as a drag and drop in the storyboard
DESC
s.homepage = 'https://github.com/soucolline/ZProgressCircle'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'soucolline' => '[email protected]' }
s.source = { :git => 'https://github.com/soucolline/ZProgressCircle.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/mrsoucolline'
s.ios.deployment_target = '9.0'
s.source_files = 'ZProgressCircle/Classes/**/*'
# s.resource_bundles = {
# 'ZProgressCircle' => ['ZProgressCircle/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end