Files
ProgressKit/ProgressKit.podspec
2018-10-07 18:33:21 -07:00

15 lines
554 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'ProgressKit'
spec.version = '0.8'
spec.license = 'MIT'
spec.summary = 'Animated ProgressViews for macOS'
spec.homepage = 'https://github.com/kaunteya/ProgressKit'
spec.authors = { 'Kaunteya Suryawanshi' => 'k.suryawanshi@gmail.com' }
spec.source = { :git => 'https://github.com/kaunteya/ProgressKit.git', :tag => spec.version }
spec.platform = :osx, '10.10'
spec.requires_arc = true
spec.source_files = 'Determinate/*.swift', 'InDeterminate/*.swift', 'ProgressUtils.swift', 'BaseView.swift'
end