-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZSpinner.podspec
More file actions
20 lines (16 loc) · 857 Bytes
/
ZSpinner.podspec
File metadata and controls
20 lines (16 loc) · 857 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 = 'ZSpinner'
s.version = '0.1.0'
s.summary = 'An interesting activity indicator for iOS.'
s.description = <<-DESC
Default UIActivityIndicator is boring. That's why ZSpinner comes to make the world a better place.
DESC
s.homepage = 'https://github.com/<GITHUB_USERNAME>/ZSpinner'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Thuong Nguyen' => '[email protected]' }
s.source = { :git => 'https://github.com/zelic91/ZSpinner.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
s.source_files = 'ZSpinner/Classes/**/*'
end