Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Include only swift files into source_files podspec to prevent compila…
Browse files Browse the repository at this point in the history
…tion problems with new build system
  • Loading branch information
ab authored and ab committed Dec 6, 2017
1 parent 3eaa3e5 commit ad940c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftValidators.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "SwiftValidators"
s.version = "7.0.2"
s.version = "7.0.3"
s.summary = "String validation for iOS developed in Swift"
s.homepage = "https://github.com/gkaimakas/SwiftValidators"
s.license = 'MIT'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'Sources/**/*'
s.source_files = 'Sources/**/*.swift'

s.frameworks = 'Foundation'

Expand Down

0 comments on commit ad940c7

Please sign in to comment.