Skip to content

Commit

Permalink
Edit .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DingdingKim committed Jun 22, 2017
1 parent 3c39e63 commit 5f16d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion DDViewSwitcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ s.homepage = "https://github.com/DingdingKim/DDViewSwitcher"
s.license = { :type => "MIT" }
s.author = { "Dingding Kim" => "twlovesh89@gmail.com" }
s.source = { :git => "https://github.com/DingdingKim/DDViewSwitcher.git", :tag => s.version }
s.source_files = "Classes", "Classes/**/*.{swift}"
s.source_files = "DDViewSwitcher", "Classes/**/*.{swift}"
s.ios.deployment_target = "8.0"
end

0 comments on commit 5f16d57

Please sign in to comment.