Skip to content

Commit

Permalink
fix podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykyouhei committed Jun 5, 2016
1 parent 1f2631f commit 601bb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KYWheelTabController.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/KYWheelTabController.git", :tag => s.version.to_s }
s.source_files = "KYWheelTabController/Classes/*.swift"
s.source_files = "KYWheelTabController/Classes/**/*.swift"
s.resources = "KYWheelTabController/Resources/*"
s.requires_arc = true
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 601bb8e

Please sign in to comment.