Pod::Spec.new do |s| s.name = 'AKTabBarController' s.version = '0.2.0' s.license = 'MIT' s.summary = 'AKTabBarController is an adaptive and customizable tab bar for iOS.' s.homepage = 'https://github.com/alikaragoz/AKTabBarController' s.author = { 'Ali Karagoz' => 'mail@alikaragoz.net' } s.source = { :git => 'https://github.com/alikaragoz/AKTabBarController.git', :tag => '0.2.0' } s.platform = :ios s.source_files = 'AKTabBarController' s.resources = "AKTabBarController/AKTabBarController.bundle" s.requires_arc = true s.framework = 'QuartzCore' end