Skip to content

Commit

Permalink
Add .swift-version file, Remove source file patterns in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
trsathya committed Dec 30, 2017
1 parent 7c08c80 commit 78f04a6
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 @@
4.0
2 changes: 1 addition & 1 deletion Cryptex.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = "Sathyakumar Rajaraman"
s.source = { :git => "https://github.com/trsathya/cryptex.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.source_files = "Classes"
s.exclude_files = "Classes/Exclude"
s.dependency "CryptoSwift"
end

0 comments on commit 78f04a6

Please sign in to comment.