Fix. Branch instead of tag

This commit is contained in:
Igor Kislyuk 2017-07-26 19:51:29 +03:00
parent cb50468923
commit d7e932d6db
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/jpotts18"
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/jpotts18/SwiftValidator.git", :tag => "4.0.0" }
s.source = { :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master' }
s.source_files = "SwiftValidator/**/*.swift"
s.exclude_files = "Validator/AppDelegate.swift"
s.frameworks = ['Foundation', 'UIKit']