-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the link to point to itself instead of to the logging service.
- Loading branch information
1 parent
2f325c9
commit ebcca85
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Pod::Spec.new do |s| | |
s.compiler_flags = '-DTIP_PROJECT_VERSION=2.11.0' | ||
s.summary = 'Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS' | ||
s.description = 'Twitter created a framework for image loading/caching in order to fulfill the numerous needs of Twitter for iOS including being fast, safe, modular and versatile.' | ||
s.homepage = 'https://github.com/twitter/ios-twitter-logging-service' | ||
s.homepage = 'https://github.com/twitter/ios-twitter-image-pipeline' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'Twitter' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/twitter/ios-twitter-image-pipeline.git', :tag => s.version.to_s } | ||
|