Skip to content

Commit

Permalink
Update specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 21, 2011
1 parent 3e8c111 commit 03c0745
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 26 deletions.
3 changes: 1 addition & 2 deletions AFNetworking/0.5.1/AFNetworking.podspec
Expand Up @@ -18,7 +18,6 @@ Pod::Spec.new do |s|
}
end

s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load -lz' }

s.library = 'z'
s.dependency 'JSONKit'
end
3 changes: 2 additions & 1 deletion ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.part_of_dependency = 'ASIHTTPRequest', '1.8.1'
s.source_files = 'Classes/ASIWebPageRequest/*.m', 'Classes/ASIWebPageRequest/*.h'

s.xcconfig = { 'OTHER_LDFLAGS' => '-l xml2.2.7.3', 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.library = 'xml2.2.7.3'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end

1 change: 0 additions & 1 deletion CocoaLumberjack/1.0/CocoaLumberjack.podspec
Expand Up @@ -8,5 +8,4 @@ Pod::Spec.new do |s|
:tag => '1.0' }

s.source_files = 'Lumberjack'

end
1 change: 0 additions & 1 deletion CocoaLumberjack/1.1/CocoaLumberjack.podspec
Expand Up @@ -8,5 +8,4 @@ Pod::Spec.new do |s|
:tag => '1.1' }

s.source_files = 'Lumberjack'

end
1 change: 0 additions & 1 deletion CocoaLumberjack/1.2.1/CocoaLumberjack.podspec
Expand Up @@ -8,5 +8,4 @@ Pod::Spec.new do |s|
:tag => '1.2.1' }

s.source_files = 'Lumberjack'

end
1 change: 0 additions & 1 deletion CocoaLumberjack/1.2/CocoaLumberjack.podspec
Expand Up @@ -8,5 +8,4 @@ Pod::Spec.new do |s|
:tag => '1.2' }

s.source_files = 'Lumberjack'

end
2 changes: 0 additions & 2 deletions FMDB/1.5/FMDB.podspec
Expand Up @@ -8,6 +8,4 @@ Pod::Spec.new do |s|
:tag => 'v1.5' }

s.source_files = 'src'

s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end
2 changes: 0 additions & 2 deletions JSONKit/1.4/JSONKit.podspec
Expand Up @@ -9,6 +9,4 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :tag => 'v1.4' }

s.source_files = 'JSONKit.*'

s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end
4 changes: 2 additions & 2 deletions Kiwi/1.0.0/Kiwi.podspec
Expand Up @@ -6,6 +6,6 @@ Pod::Spec.new do |s|
s.authors = { 'Allen Ding' => 'allen@allending.com', 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => 'v1.0.0' }
s.source_files = 'Kiwi'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks"',
'OTHER_LDFLAGS' => '-ObjC -all_load -framework SenTestingKit' }
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks"' }
end
1 change: 0 additions & 1 deletion LRMocky/0.9.0/LRMocky.podspec
Expand Up @@ -6,5 +6,4 @@ Pod::Spec.new do |s|
s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
s.source = { :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.0' }
s.source_files = 'Classes', 'Classes/LRMocky', 'Vendor'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
end
1 change: 0 additions & 1 deletion LRResty/0.11.0/LRResty.podspec
Expand Up @@ -6,5 +6,4 @@ Pod::Spec.new do |s|
s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
s.source = { :git => 'https://github.com/lukeredpath/LRResty.git', :tag => 'v0.11.0' }
s.source_files = 'Classes', 'Classes/Categories'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
end
3 changes: 1 addition & 2 deletions MGSplitViewController/1.0.0/MGSplitViewController.podspec
@@ -1,13 +1,12 @@
Pod::Spec.new do |s|
s.name = 'MGSplitViewController'
s.version = '1.0.0'
s.platform = :ios
s.summary = 'A flexible, advanced split-view controller for iPad developers.'
s.homepage = 'https://github.com/mattgemmell/MGSplitViewController'
s.author = { 'Matt Gemmell' => 'matt@mattgemmell.com' }
s.source = { :git => 'https://github.com/mattgemmell/MGSplitViewController.git',
:commit => '580747fc57bdd5139de94fca25e8fe95e2dfd908' }

s.source_files = 'Classes/MGSplit{ViewController,DividerView,CornersView}.*'

s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end
1 change: 0 additions & 1 deletion Objection/0.8.7/Objection.podspec
Expand Up @@ -4,7 +4,6 @@ Pod::Spec.new do |s|
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.8.7' }
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
end
1 change: 0 additions & 1 deletion Objection/0.9/Objection.podspec
Expand Up @@ -4,7 +4,6 @@ Pod::Spec.new do |s|
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.9' }
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
end
2 changes: 0 additions & 2 deletions RestKit-Network/0.9.3/RestKit-Network.podspec
Expand Up @@ -9,9 +9,7 @@ Pod::Spec.new do |s|
s.description = 'The network layer provides a request/response abstraction on top of NSURLConnection. The main interface for the end developer is the RKClient, which provides an interface for sending GET, POST, PUT, and DELETE requests asynchronously. This wraps the construction and dispatch of RKRequest and RKResponse objects, that provide a nice interface for working with HTTP requests. Sending parameters with your request is as easy as providing an NSDictionary of key/value pairs. File uploading support from NSData and files is supported through the use of an RKParams object, which serializes into a multipart form representation suitable for submission to a remote web server for processing. SSL & HTTP AUTH is fully supported for requests. RKResponse objects provide access to the string of JSON parsed versions of the response body in one line of code. There are also a number of helpful method for inspecting the request and response such as isXHTML, isJSON, isRedirect, isOK, etc.'

s.dependency 'LibComponentLogging-NSLog'

s.source_files = 'Code/RestKit.h', 'Code/{Network,Support}/*.{h,m}'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }

def s.copy_header_mapping(from)
from.relative_path_from(Pathname.new('Code'))
Expand Down
1 change: 0 additions & 1 deletion RestKit-ObjectMapping/0.9.3/RestKit-ObjectMapping.podspec
Expand Up @@ -10,7 +10,6 @@ Pod::Spec.new do |s|

s.dependency 'RestKit-Network', '0.9.3'
s.source_files = 'Code/ObjectMapping/*.{h,m}'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }

def s.copy_header_mapping(from)
from.relative_path_from(Pathname.new('Code'))
Expand Down
2 changes: 0 additions & 2 deletions SBJson/3.0.4/SBJson.podspec
Expand Up @@ -7,6 +7,4 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/stig/json-framework.git', :tag => 'v3.0.4' }

s.source_files = 'Classes'

s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
end
1 change: 1 addition & 0 deletions SDURLCache/1.2/SDURLCache.podspec
@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SDURLCache'
s.version = '1.2'
s.platform = :ios
s.summary = 'URLCache subclass with on-disk cache support on iPhone/iPad.'
s.homepage = 'https://github.com/rs/SDURLCache'
s.source = { :git => 'https://github.com/rs/SDURLCache.git', :tag => '1.2' }
Expand Down
2 changes: 0 additions & 2 deletions SSToolkit/0.1.1/SSToolkit.podspec
Expand Up @@ -13,9 +13,7 @@ Pod::Spec.new do |s|

s.resources = 'Resources'
s.source_files = 'SSToolkit/**/*.{h,m}'

s.frameworks = 'QuartzCore', 'CoreGraphics'
s.xcconfig = { 'OTHER_LDFLAGS' => '-all_load -ObjC' }

def s.post_install
prefix_header = config.project_pods_root + 'Pods-Prefix.pch'
Expand Down
1 change: 1 addition & 0 deletions TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec
@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = 'TTTAttributedLabel'
s.version = '0.10.0'
s.platform = :ios
s.summary = 'A drop-in replacement for UILabel that supports NSAttributedStrings'
s.homepage = 'https://github.com/mattt/TTTAttributedLabel'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
Expand Down

0 comments on commit 03c0745

Please sign in to comment.