Skip to content

Commit

Permalink
Removed deprecated attributes (clean_paths and part_of)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Nov 6, 2012
1 parent f548c39 commit 1e93acd
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 68 deletions.
32 changes: 12 additions & 20 deletions LLRoundSwitch/1.0.1/LLRoundSwitch.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
Pod::Spec.new do |s|
s.name = 'LLRoundSwitch'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Customizable replacement for UISwitch with ARC support.'
s.homepage = 'http://github.com/LordLobo/LLRoundSwitch'
s.author = { 'LordLobo' => 'dan.giralte@gmail.com' }

s.source = { :git => 'https://github.com/LordLobo/LLRoundSwitch.git', :tag => '1.0.1' }

s.description = 'Customize the on/off text, the color of the background, supports event delegation, all with ARC in-mind.'

s.platform = :ios

s.source_files = 'LLRoundSwitch/*.{h,m}'

s.clean_path = 'LLRoundSwitchDemo'

s.frameworks = 'QuartzCore', 'UIKit', 'Foundation', 'CoreGraphics'

s.requires_arc = true
s.name = 'LLRoundSwitch'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Customizable replacement for UISwitch with ARC support.'
s.homepage = 'http://github.com/LordLobo/LLRoundSwitch'
s.author = { 'LordLobo' => 'dan.giralte@gmail.com' }
s.source = { :git => 'https://github.com/LordLobo/LLRoundSwitch.git', :tag => '1.0.1' }
s.description = 'Customize the on/off text, the color of the background, supports event delegation, all with ARC in-mind.'
s.platform = :ios
s.source_files = 'LLRoundSwitch/*.{h,m}'
s.frameworks = 'QuartzCore', 'UIKit', 'Foundation', 'CoreGraphics'
s.requires_arc = true
end
23 changes: 10 additions & 13 deletions Lockbox/1.1.0/Lockbox.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Lockbox'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.'
s.homepage = 'https://github.com/granoff/Lockbox'
s.author = 'Mark H. Granoff'

s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.1.0' }

s.source_files = 'Lockbox.{h,m}'
s.clean_path = 'LockBox'
s.framework = 'Security'
end
s.name = 'Lockbox'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.'
s.homepage = 'https://github.com/granoff/Lockbox'
s.author = 'Mark H. Granoff'
s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.1.0' }
s.source_files = 'Lockbox.{h,m}'
s.framework = 'Security'
end
30 changes: 13 additions & 17 deletions ODRefreshControl/1.0.0/ODRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
Pod::Spec.new do |s|
s.name = 'ODRefreshControl'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = "A pull down to refresh control like the one in Apple's iOS6 Mail App."
s.homepage = 'https://github.com/Sephiroth87/ODRefreshControl'
s.author = { 'Fabio Ritrovato' => 'fabio@orangeinaday.com' }
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :tag => '1.0.0' }

s.description = 'ODRefreshControl is a "pull down to refresh" control for UIScrollView,' \
'like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.'
s.platform = :ios

s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}'
s.clean_path = 'Demo'
s.framework = 'QuartzCore'

s.requires_arc = true
s.name = 'ODRefreshControl'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = "A pull down to refresh control like the one in Apple's iOS6 Mail App."
s.homepage = 'https://github.com/Sephiroth87/ODRefreshControl'
s.author = { 'Fabio Ritrovato' => 'fabio@orangeinaday.com' }
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :tag => '1.0.0' }
s.description = 'ODRefreshControl is a "pull down to refresh" control for UIScrollView,' \
'like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.'
s.platform = :ios
s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
end
30 changes: 13 additions & 17 deletions ODRefreshControl/1.1.0/ODRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
Pod::Spec.new do |s|
s.name = 'ODRefreshControl'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = "A pull down to refresh control like the one in Apple's iOS6 Mail App."
s.homepage = 'https://github.com/Sephiroth87/ODRefreshControl'
s.author = { 'Fabio Ritrovato' => 'fabio@orangeinaday.com' }
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :tag => '1.1.0' }

s.description = 'ODRefreshControl is a "pull down to refresh" control for UIScrollView,' \
'like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.'
s.platform = :ios

s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}'
s.clean_path = 'Demo'
s.framework = 'QuartzCore'

s.requires_arc = true
s.name = 'ODRefreshControl'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = "A pull down to refresh control like the one in Apple's iOS6 Mail App."
s.homepage = 'https://github.com/Sephiroth87/ODRefreshControl'
s.author = { 'Fabio Ritrovato' => 'fabio@orangeinaday.com' }
s.source = { :git => 'https://github.com/Sephiroth87/ODRefreshControl.git', :tag => '1.1.0' }
s.description = 'ODRefreshControl is a "pull down to refresh" control for UIScrollView,' \
'like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.'
s.platform = :ios
s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = true
end
1 change: 0 additions & 1 deletion Reachability/2.0.4/Reachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Pod::Spec.new do |s|
s.name = 'Reachability'
s.version = '2.0.4'
s.platform = :ios
s.part_of = 'ASIHTTPRequest', '>= 1.8'
s.homepage = 'https://github.com/pokeb/asi-http-request/tree/v1.8.1/External/Reachability'
s.authors = 'Apple', 'Donoho Design Group, LLC'
s.summary = 'A wrapper for the SystemConfiguration Reachablity APIs.'
Expand Down

0 comments on commit 1e93acd

Please sign in to comment.