2018-04-02 21:28:11 +03:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'HueKit'
|
2018-04-04 22:20:49 +03:00
|
|
|
s.version = '1.0.1'
|
2018-04-02 21:28:11 +03:00
|
|
|
s.license = 'MIT'
|
|
|
|
s.summary = 'A UI framework for iOS that provides components and utilities for building color pickers.'
|
|
|
|
s.homepage = 'https://github.com/louisdh/huekit'
|
|
|
|
s.social_media_url = 'http://twitter.com/LouisDhauwe'
|
|
|
|
s.authors = { 'Louis D\'hauwe' => 'louisdhauwe@silverfox.be' }
|
|
|
|
s.source = { :git => 'https://github.com/louisdh/huekit.git', :tag => s.version }
|
|
|
|
|
|
|
|
s.ios.deployment_target = '10.0'
|
|
|
|
|
|
|
|
s.source_files = 'HueKit/**/*.swift'
|
|
|
|
end
|