Spec renamed

This commit is contained in:
piotrbernad
2013-06-16 19:23:18 +02:00
24 changed files with 95 additions and 65 deletions

View File

@@ -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