Skip to content

Commit

Permalink
Merge pull request #57 from li-kramgopa/patch-1
Browse files Browse the repository at this point in the history
Fix spec source to point to linkedIn
  • Loading branch information
dustin-shean-linkedin authored Jan 2, 2018
2 parents edb4ecc + d7dc51b commit e75ed7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConsistencyManager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://linkedin.github.io/ConsistencyManager-iOS'
spec.authors = 'LinkedIn'
spec.summary = 'Manages the consistency of immutable models.'
spec.source = { :git => 'https://github.com/li-kramgopa/ConsistencyManager-iOS.git', :tag => spec.version }
spec.source = { :git => 'https://github.com/linkedin/ConsistencyManager-iOS.git', :tag => spec.version }
spec.source_files = 'ConsistencyManager/**/*.swift'

spec.ios.deployment_target = '8.0'
Expand Down

0 comments on commit e75ed7a

Please sign in to comment.