-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathANActivityIndicator.podspec
More file actions
22 lines (17 loc) · 992 Bytes
/
ANActivityIndicator.podspec
File metadata and controls
22 lines (17 loc) · 992 Bytes
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 = 'ANActivityIndicator'
s.version = '1.3.0'
s.summary = 'ANActivityIndicator is pre-built indicator animations library written in Swift 5.'
s.description = <<-DESC
ANActivityIndicator is pre-built indicator animations library written in Swift5. You can easily create and show indicators locally or globally. Also you can create custom animations.
DESC
s.homepage = 'https://github.com/anelad/ANActivityIndicator'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Arda Oğul Üçpınar' => 'info@ardaucpinar.com' }
s.source = { :git => 'https://github.com/anelad/ANActivityIndicator.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ArdaUcpinar'
s.ios.deployment_target = '12.0'
s.platform = :ios, '12.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.source_files = 'Source/Classes/**/*'
end