Last active
December 12, 2015 09:29
-
-
Save larsacus/4751997 to your computer and use it in GitHub Desktop.
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
Pod::Spec.new do |s| | |
s.name = 'CSPlaceKitten' | |
s.version = '0.0.1' | |
s.summary = 'Automatically place adorable kittens as place holder images on your image views.' | |
s.description = 'A place kitten category on top of the awesome UIImageView+AFNetworking category that will automatically place adorable kittens as place holder images on your image views.' | |
s.homepage = 'https://github.com/cnstoll/CSPlaceKitten' | |
s.license = {:type => 'MIT'} | |
s.author = {'Conrad Stoll' => 'cnstoll@me.com'} | |
s.requires_arc = true | |
s.platform = :ios, '5.0' | |
s.source = { | |
:git => 'https://github.com/cnstoll/CSPlaceKitten.git', | |
:commit => 'ac857fd01fe1e591a23cffa15b4755437e8a50e2' | |
} | |
s.source_files = 'CSPlaceKitten' | |
s.dependency 'AFNetworking', '~> 1.1' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a podspec for @cnstoll