Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] ADVProgressBar, OCCalendar, MKHorizMenuDemo, RDActionSheet, MWFSlideNavigationViewController, UAModalPanel #111

Merged
merged 12 commits into from
Apr 17, 2012
15 changes: 15 additions & 0 deletions ADVProgressBar/0.0.1/ADVProgressBar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'ADVProgressBar'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Progress Bar Design with Percentage values'
s.homepage = 'https://github.com/appdesignvault'
s.author = { 'appdesignvault' => 'appdesignvault' }
s.source = { :git => 'https://github.com/appdesignvault/ADVProgressBar.git', :commit => 'ff88e5ce20fed36b1e0e2da167f0b7f51e62ce8c' }
s.platform = :ios
s.source_files = 'ADVProgressBar/Classes/*.{h,m}'
s.resources = "ADVProgressBar/Resources/*.png"
s.framework = 'UIKit'
s.clean_paths = "ADVProgressBar.xcodeproj" , 'ADVProgressBar/en.lproj' , 'ADVProgressBar/ADVAppDelegate.{h,m}' , 'ADVProgressBar/ADVViewController.{h,m}' , 'ADVProgressBar/ADVProgressBar-Info.plist' , 'ADVProgressBar/ADVProgressBar-Prefix.pch'
s.requires_arc = true
end
14 changes: 14 additions & 0 deletions LKbadgeView/1.0.0/LKbadgeView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'LKbadgeView'
s.version = '1.0.0'
s.license = 'MIT'
s.platform = :ios
s.summary = 'Custom badge view'
s.homepage = 'https://github.com/hayashi311'
s.author = { 'lakesoft' => 'lakesoft' }
s.source = { :git => 'https://github.com/lakesoft/LKbadgeView.git',
:tag => '1.0.0' }
s.source_files = 'LKBadgeView.{h,m}'
s.frameworks = 'UIKit'
s.clean_paths = "Docs", "LKBadgeView.xcodeproj" , 'LKBadgeViewTests' , 'SampleApplication'
end
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'MDAboutController'
s.version = '0.0.1'
s.version = '0.7'
s.license = 'MIT'
s.platform = :ios
s.summary = 'Automatically populated about view controller for iOS apps!'
s.homepage = 'http://mochidev.com/'
s.author = { 'Dimitri Bouniol' => 'dimitri008@mac.com' }
s.source = { :git => 'https://github.com/mochidev/MDAboutController.git',
:commit => '9545380d27341ef401a92fda075f2eac75324446' }
:tag => '0.7' }
s.source_files = 'Classes/*.{h,m}'
s.resources = 'Images/*.png'
s.frameworks = 'UIKit'
s.frameworks = 'UIKit' , 'MessageUI'
end
13 changes: 13 additions & 0 deletions MKHorizMenu/0.0.1/MKHorizMenu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MKHorizMenu'
s.version = '0.0.1'
s.summary = 'Demo of MKHorizMenu a simple, drop-in replacement for the Three20 fame horizontal menus used in news apps'
s.homepage = 'http://mugunthkumar.com'
s.author = { 'Mugunth Kumar' => 'contact@mk.sg' }
s.source = { :git => 'https://github.com/MugunthKumar/MKHorizMenuDemo.git', :commit => '32bf96e69f6d1e141e76e38b691497b3c115b531' }
s.platform = :ios
s.source_files = 'MKHorizMenu/*.{h,m}'
s.resources = "MKHorizMenu/*.png"
s.framework = 'UIKit'
s.clean_paths = "MKHorizMenuDemo.xcodeproj" , 'MKHorizMenuDemo'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'MWFSlideNavigationViewController'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'MWFSlideNavigationViewController is a container view controller that manages primary and secondary view controller.'
s.homepage = 'http://meiwinfu.com'
s.author = { 'Meiwin Fu' => 'meiwin@blockthirty.com' }
s.source = { :git => 'https://github.com/meiwin/MWFSlideNavigationViewController.git', :tag => '0.0.1' }
s.platform = :ios
s.source_files = 'Classes/MWFSlideNavigationViewController.{h,m}'
s.framework = 'UIKit'
s.clean_paths = "Demo" , 'MWFSlideNavigationViewController.xcodeproj'
s.requires_arc = true
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'MWFSlideNavigationViewController'
s.version = '0.0.2'
s.license = 'MIT'
s.summary = 'MWFSlideNavigationViewController is a container view controller that manages primary and secondary view controller.'
s.homepage = 'http://meiwinfu.com'
s.author = { 'Meiwin Fu' => 'meiwin@blockthirty.com' }
s.source = { :git => 'https://github.com/meiwin/MWFSlideNavigationViewController.git', :tag => '0.0.2' }
s.platform = :ios
s.source_files = 'Classes/MWFSlideNavigationViewController.{h,m}'
s.framework = 'UIKit'
s.clean_paths = "Demo" , 'MWFSlideNavigationViewController.xcodeproj'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions OCCalendar/0.0.1/OCCalendar.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'OCCalendar'
s.version = '0.0.1'
s.license = 'BSD'
s.summary = 'CoreGraphics date-range picking calendar'
s.homepage = 'http://mobileworldsoftware.com'
s.author = { 'Oliver Clark Rickard' => 'help@mobileworldsoftware.com' }
s.source = { :git => 'https://github.com/ocrickard/OCCalendar.git', :commit => 'ded1ca24ef3b31f4ef84ada08d40330e5c2aaac9' }
s.platform = :ios
s.source_files = 'OCCalendarView/*.{h,m}'
s.framework = 'UIKit' , 'QuartzCore'
s.clean_paths = "Demo" , 'demo.png'
end
1 change: 1 addition & 0 deletions QuickDialog/0.3/QuickDialog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'quickdialog'
s.clean_paths = 'sample', '*.xc*', 'libQuickDialog', 'other'
s.requires_arc = true
s.framework = 'MapKit' , 'CoreLocation'

def s.post_install(target)
prefix_header = config.project_pods_root + target.prefix_header_filename
Expand Down
14 changes: 14 additions & 0 deletions RDActionSheet/0.0.1/RDActionSheet.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'RDActionSheet'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Class to make a easily customisable Action Sheet for iOS'
s.homepage = 'http://riothq.com'
s.author = { 'Red Davis' => 'reddavis@gmail.com' }
s.source = { :git => 'https://github.com/reddavis/RDActionSheet.git', :commit => 'c0aa3b9c19152e81bafc3bfc2b5a083bc7b2c34e' }
s.platform = :ios
s.source_files = 'RDActionSheet/RDActionSheet.{h,m}'
s.resources = "RDActionSheet/*.png"
s.framework = 'UIKit'
s.clean_paths = "RDActionSheet.xcodeproj" , 'RDActionSheet/en.lproj' , 'RDActionSheet/RDActionSheet-Info.plist' , 'RDActionSheet/RDActionSheet-Prefix.pch' ,'RDActionSheet/RDAppDelegate.{h,m}' , 'RDActionSheet/RDViewController.{h,m}'
end
15 changes: 15 additions & 0 deletions UAModalPanel/0.0.1/UAModalPanel.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'UAModalPanel'
s.version = '0.0.1'
s.license = 'BSD'
s.summary = 'An animated modal panel alternative for iOS'
s.homepage = 'http://coneybeare.net'
s.author = { 'Matt Coneybeare' => 'coneybeare@gmail.com' }
s.source = { :git => 'https://github.com/coneybeare/UAModalPanel.git', :commit => 'e4a870ff2a6b7c58576628c267319e61f0856aa0' }
s.platform = :ios
s.source_files = 'UAModalPanel/Panel/Categories/UIView+JMNoise.{h,m}' , 'UAModalPanel/Panel/Panels/*.{h,m}' , 'UAModalPanel/Panel/Views/*.{h,m}'
s.resources = "UAModalPanel/Panel/Images/*.png"
s.framework = 'UIKit' , 'QuartzCore'
s.clean_paths = "UAModalPanel.xcodeproj" , 'UAModalPanel/Example Project'

end