Pod::Spec.new do |s| s.name = 'ADVProgressBar' s.version = '0.0.1' s.license = 'MIT' s.summary = 'Progress Bar Design with Percentage values.' s.homepage = 'https://github.com/appdesignvault' s.author = { 'appdesignvault' => 'appdesignvault' } s.source = { :git => 'https://github.com/appdesignvault/ADVProgressBar.git', :commit => 'f17b15c15574d6d101cd5fcfd58239e16e806647' } s.platform = :ios s.source_files = 'ADVProgressBar/Classes/*.{h,m}' s.resources = "ADVProgressBar/Resources/*.png" s.framework = 'UIKit' s.requires_arc = true end