Files
ActivityIndicatorView/ActivityIndicatorView.podspec
T
Alisa Mylnikova 9ddf7c4290 Bump version
2021-10-22 17:19:51 +07:00

26 lines
802 B
Ruby

Pod::Spec.new do |s|
s.name = "ActivityIndicatorView"
s.version = "1.0.1"
s.summary = "A number of preset loading indicators created with SwiftUI."
s.homepage = 'https://github.com/exyte/ActivityIndicatorView.git'
s.license = 'MIT'
s.author = { 'exyte' => 'info@exyte.com' }
s.source = { :git => 'https://github.com/exyte/ActivityIndicatorView.git', :tag => s.version.to_s }
s.social_media_url = 'http://exyte.com'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '6.0'
s.requires_arc = true
s.swift_version = '5.2'
s.source_files = [
'Source/*.h',
'Source/*.swift',
'Source/**/*.swift'
]
end