mirror of
https://github.com/zhigang1992/FlatUI.git
synced 2026-05-11 23:22:25 +08:00
Spec renamed
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'FlatUI'
|
||||
s.name = 'PBFlatUI'
|
||||
s.version = '1.0.0'
|
||||
s.summary = 'Lightweight, easy-to-use flat UI for iOS'
|
||||
s.requires_arc = true
|
||||
s.author = {
|
||||
'Piotr Bernad' => 'piotrbernadd@gmail.com'
|
||||
}
|
||||
s.ios.deployment_target = '6.0'
|
||||
s.license = 'MIT'
|
||||
s.ios.deployment_target = '5.0'
|
||||
s.summary = 'Easy-to-use UI for iOS apps.'
|
||||
s.license = { :type => 'MIT' }
|
||||
s.ios.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(PODS_ROOT)/../../PBFlatUI/**' }
|
||||
s.homepage = 'http://github.com/piotrbernad/FlatUI'
|
||||
s.source = {
|
||||
:git => 'https://github.com/piotrbernad/FlatUI.git',
|
||||
:tag => "1.0.0"
|
||||
}
|
||||
s.source_files = '', '*.{h,m}'
|
||||
s.source_files = 'FlatUI/Classess/*.{h,m}'
|
||||
end
|
||||
Reference in New Issue
Block a user