Sha256: 66938777b9d786c64015d68cd65ee5a83872232e37db046611def74f4529f019
Contents?: true
Size: 746 Bytes
Versions: 22
Compression:
Stored size: 746 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, '8.0' s.requires_arc = true s.source_files = 'Code' s.public_header_files = 'Code/**/*.h' s.dependency 'FirebaseAnalytics' end
Version data entries
22 entries across 22 versions & 11 rubygems