Skip to content

Commit

Permalink
UI7ActivityViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Sep 21, 2013
1 parent c6fda6d commit 68a0f20
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 11 deletions.
3 changes: 2 additions & 1 deletion UI7Kit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Pod::Spec.new do |s|
'UI7View' => [%w(UI7View.{h,m}) , [ ], %w( )],
'UI7ViewController' => [%w(UI7ViewController.{h,m}) , [%w(UI7Kit/UI7NavigationBar), %w(UI7Kit/UI7BarButtonItem) ], %w( )],
'UI7Window' => [%w(UI7Window.{h,m}) , [%w(UI7Kit/UI7View) ], %w( )],
'UI7ActivityViewController'=>[%w(UI7ActivityViewController.{h,m}),[%w(UI7Kit/UI7Font) ], %w( )],
}
components.map do |component, values|
s.subspec component do |c|
Expand Down Expand Up @@ -90,8 +91,8 @@ Pod::Spec.new do |s|
s.subspec 'UI7PopoverController' do |ss|
ss.source_files = 'UI7Kit/UI7PopoverController.{h,m}'
ss.resources = 'Resources/Popover*'
ss.framework = 'QuartzCore'
ss.dependency 'GIKPopoverBackgroundView/Core'
ss.framework 'QuartzCore'
end

s.subspec 'Core' do |core|
Expand Down
Loading

0 comments on commit 68a0f20

Please sign in to comment.