Sha256: 4c36a04ea230c574277f2b05195e8fecf37ede8108114568da4c057c4e75a8da
Contents?: true
Size: 742 Bytes
Versions: 50
Compression:
Stored size: 742 Bytes
Contents
Pod::Spec.new do |s| s.name = "CPDColors" s.version = "0.1.0" s.summary = "Stay true to the brand with these orta-sanctioned colors." s.homepage = "https://github.com/neonichu/CPDColors" s.screenshots = "https://raw.githubusercontent.com/neonichu/CPDColors/master/screenshot.png" s.license = 'MIT' s.author = { "Boris Bügling" => "boris@icculus.org" } s.source = { :git => "https://github.com/neonichu/CPDColors.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/NeoNacho' s.platform = :ios, '6.0' s.requires_arc = true s.source_files = 'Code' s.public_header_files = 'Code/**/*.h' s.dependency 'Parse-iOS-SDK' end
Version data entries
50 entries across 50 versions & 9 rubygems