forked from bennyguitar/Colours
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed for OSX - updated pod spec again
- Loading branch information
1 parent
1e6f549
commit bc57bb3
Showing
2 changed files
with
14 additions
and
17 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
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,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Colours' | ||
s.version = '5.2.0' | ||
s.version = '5.2.1' | ||
s.summary = '100s of beautiful, predefined Colors and Color methods. Works for iOS/OSX.' | ||
s.author = { | ||
'Ben Gordon' => '[email protected]' | ||
} | ||
s.source = { | ||
:git => 'https://github.com/bennyguitar/Colours.git', | ||
:tag => '5.2.0' | ||
:tag => '5.2.1' | ||
} | ||
s.homepage = 'https://github.com/bennyguitar' | ||
s.license = 'LICENSE' | ||
|