Files
ProgressKit/ProgressKit.podspec
T
Kaunteya Suryawanshi 9f7a41e2d8 Updated tag to 0.4.1
2015-11-05 22:21:49 +05:30

15 lines
555 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'ProgressKit'
spec.version = '0.4.1'
spec.license = 'MIT'
spec.summary = 'Animated ProgressViews for OS X'
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