Skip to content

Instantly share code, notes, and snippets.

@larsacus
Last active December 12, 2015 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsacus/4751997 to your computer and use it in GitHub Desktop.
Save larsacus/4751997 to your computer and use it in GitHub Desktop.
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
@larsacus
Copy link
Author

a podspec for @cnstoll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment