Skip to content

Commit

Permalink
Add .swift-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilen committed Sep 20, 2016
1 parent dd530e2 commit a199584
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 TSVoiceConverter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.author = { "Hilen" => "[email protected]" }
s.source = { :git => "https://github.com/hilen/TSVoiceConverter.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = false
s.requires_arc = true
s.source_files = ['Sources/**/*.{h,mm}','Sources/*.{h,mm}','Sources/TSVoiceConverter.swift']
s.vendored_libraries = "Sources/**/*.a"
end

0 comments on commit a199584

Please sign in to comment.