Update SwiftValidator.podspec

This commit is contained in:
Alexey Gerasimov 2018-11-30 16:48:10 +03:00 committed by GitHub
parent 081338a2c4
commit ecd59fafa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/petropavel13/SwiftValidator.git", :tag => "5.0.0" }
s.source = { :git => "https://github.com/scoreyou/SwiftValidator.git", :branch => "master" }
s.source_files = "SwiftValidator/**/*.swift"
s.exclude_files = "Validator/AppDelegate.swift"
s.frameworks = ['Foundation', 'UIKit']