Created
October 10, 2012 07:43
-
-
Save marcosanson/3863808 to your computer and use it in GitHub Desktop.
Podfile including library fork
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
platform :ios, :deployment_target => '5.0' | |
pod 'RestKit', '~> 0.10.3' | |
pod 'SDWebImage', '~> 2.7' | |
pod 'Facebook-iOS-SDK', '~> 3.1.1' | |
pod do |spec| | |
spec.name = 'KGNoise' | |
spec.version = '1.0.1' | |
spec.summary = 'Forked library to create gradient' | |
spec.author = { 'Marco Sanson' => '[email protected]' } | |
spec.source = { :git => 'https://github.com/marcosanson/KGNoise.git' } | |
spec.source_files = 'KGNoise.h', 'KGNoise.m' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment