Skip to content

Commit

Permalink
Update cocoapods sources in Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Alvarado committed Jun 30, 2019
1 parent 74ff612 commit d2014c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftExpression.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
spec.authors = { 'Joshua Alvarado' => 'alvaradojoshua0@gmail.com' }
spec.summary = 'Swift library for working with Regex.'
spec.source = { :git => 'https://github.com/lostatseajoshua/SwiftExpression.git', :tag => "v#{spec.version}"}
spec.source_files = 'Sources/Regex.swift'
spec.source_files = 'Sources/*.swift'
spec.platform = :ios, "8.0"
spec.requires_arc = true
spec.swift_versions = '4.2'
Expand Down

0 comments on commit d2014c9

Please sign in to comment.