-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from eduardourso/feature/update-for-xcode8
Swift 3 support
- Loading branch information
Showing
53 changed files
with
858 additions
and
2,663 deletions.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Example/GIFGenerator.xcodeproj/xcshareddata/xcschemes/GIFGenerator-Example.xcscheme
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
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
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
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
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 |
---|---|---|
@@ -1,13 +1,7 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '8.0' | ||
use_frameworks! | ||
|
||
target 'GIFGenerator_Example', :exclusive => true do | ||
target 'GIFGenerator_Example' do | ||
pod 'GIFGenerator', :path => '../' | ||
pod 'FLAnimatedImage' | ||
end | ||
|
||
target 'GIFGenerator_Tests', :exclusive => true do | ||
pod 'GIFGenerator', :path => '../' | ||
|
||
|
||
end |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- GIFGenerator (0.2.0) | ||
|
||
DEPENDENCIES: | ||
- GIFGenerator (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
GIFGenerator: | ||
:path: ../ | ||
|
||
SPEC CHECKSUMS: | ||
GIFGenerator: cc64975b1f6fdd9886a0259800d8b4d330781c4b | ||
|
||
PODFILE CHECKSUM: a30bc838638cc1baff83cb7cc9587133b7db289a | ||
|
||
COCOAPODS: 1.3.0 |
82 changes: 0 additions & 82 deletions
82
Example/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.