Skip to content

Commit

Permalink
fix podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyamagu committed Dec 29, 2015
1 parent 6df3069 commit fb10c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KYNavigationProgress.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.social_media_url = "https://twitter.com/kyo__hei"
s.platform = :ios
s.source = { :git => "https://github.com/ykyouhei/KYNavigationProgress.git", :tag => s.version.to_s }
s.source_files = "KYDrawerController/*.swift"
s.source_files = "KYNavigationProgress/*.swift"
s.requires_arc = true
s.ios.deployment_target = '8.0'
end

0 comments on commit fb10c6f

Please sign in to comment.