From 03c0745a874c44b58a9b789846bfcda1726c871f Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Sat, 22 Oct 2011 01:38:29 +0200 Subject: [PATCH] Update specs. --- AFNetworking/0.5.1/AFNetworking.podspec | 3 +-- ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec | 3 ++- CocoaLumberjack/1.0/CocoaLumberjack.podspec | 1 - CocoaLumberjack/1.1/CocoaLumberjack.podspec | 1 - CocoaLumberjack/1.2.1/CocoaLumberjack.podspec | 1 - CocoaLumberjack/1.2/CocoaLumberjack.podspec | 1 - FMDB/1.5/FMDB.podspec | 2 -- JSONKit/1.4/JSONKit.podspec | 2 -- Kiwi/1.0.0/Kiwi.podspec | 4 ++-- LRMocky/0.9.0/LRMocky.podspec | 1 - LRResty/0.11.0/LRResty.podspec | 1 - MGSplitViewController/1.0.0/MGSplitViewController.podspec | 3 +-- Objection/0.8.7/Objection.podspec | 1 - Objection/0.9/Objection.podspec | 1 - RestKit-Network/0.9.3/RestKit-Network.podspec | 2 -- RestKit-ObjectMapping/0.9.3/RestKit-ObjectMapping.podspec | 1 - SBJson/3.0.4/SBJson.podspec | 2 -- SDURLCache/1.2/SDURLCache.podspec | 1 + SSToolkit/0.1.1/SSToolkit.podspec | 2 -- TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec | 1 + 20 files changed, 8 insertions(+), 26 deletions(-) diff --git a/AFNetworking/0.5.1/AFNetworking.podspec b/AFNetworking/0.5.1/AFNetworking.podspec index 777095b5c4767a..f9d3adbee4e10c 100644 --- a/AFNetworking/0.5.1/AFNetworking.podspec +++ b/AFNetworking/0.5.1/AFNetworking.podspec @@ -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 diff --git a/ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec b/ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec index ddeedf837c6479..e6be8810d86812 100644 --- a/ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec +++ b/ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec @@ -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 diff --git a/CocoaLumberjack/1.0/CocoaLumberjack.podspec b/CocoaLumberjack/1.0/CocoaLumberjack.podspec index cb045a04c1f6f3..17a64a5864689a 100644 --- a/CocoaLumberjack/1.0/CocoaLumberjack.podspec +++ b/CocoaLumberjack/1.0/CocoaLumberjack.podspec @@ -8,5 +8,4 @@ Pod::Spec.new do |s| :tag => '1.0' } s.source_files = 'Lumberjack' - end diff --git a/CocoaLumberjack/1.1/CocoaLumberjack.podspec b/CocoaLumberjack/1.1/CocoaLumberjack.podspec index b8788bddcf8025..c2b231f7a70c4d 100644 --- a/CocoaLumberjack/1.1/CocoaLumberjack.podspec +++ b/CocoaLumberjack/1.1/CocoaLumberjack.podspec @@ -8,5 +8,4 @@ Pod::Spec.new do |s| :tag => '1.1' } s.source_files = 'Lumberjack' - end diff --git a/CocoaLumberjack/1.2.1/CocoaLumberjack.podspec b/CocoaLumberjack/1.2.1/CocoaLumberjack.podspec index 90a679458bc9a6..57138f55616ca9 100644 --- a/CocoaLumberjack/1.2.1/CocoaLumberjack.podspec +++ b/CocoaLumberjack/1.2.1/CocoaLumberjack.podspec @@ -8,5 +8,4 @@ Pod::Spec.new do |s| :tag => '1.2.1' } s.source_files = 'Lumberjack' - end diff --git a/CocoaLumberjack/1.2/CocoaLumberjack.podspec b/CocoaLumberjack/1.2/CocoaLumberjack.podspec index cbe7ded194e15e..8a5bd2691ae9dd 100644 --- a/CocoaLumberjack/1.2/CocoaLumberjack.podspec +++ b/CocoaLumberjack/1.2/CocoaLumberjack.podspec @@ -8,5 +8,4 @@ Pod::Spec.new do |s| :tag => '1.2' } s.source_files = 'Lumberjack' - end diff --git a/FMDB/1.5/FMDB.podspec b/FMDB/1.5/FMDB.podspec index 6cc77910c1d087..e3b0f64f9dfe50 100644 --- a/FMDB/1.5/FMDB.podspec +++ b/FMDB/1.5/FMDB.podspec @@ -8,6 +8,4 @@ Pod::Spec.new do |s| :tag => 'v1.5' } s.source_files = 'src' - - s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' } end diff --git a/JSONKit/1.4/JSONKit.podspec b/JSONKit/1.4/JSONKit.podspec index f36db71a705016..c2982a7a9537cd 100644 --- a/JSONKit/1.4/JSONKit.podspec +++ b/JSONKit/1.4/JSONKit.podspec @@ -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 diff --git a/Kiwi/1.0.0/Kiwi.podspec b/Kiwi/1.0.0/Kiwi.podspec index 5081717ac34058..2c30eb26048f1b 100644 --- a/Kiwi/1.0.0/Kiwi.podspec +++ b/Kiwi/1.0.0/Kiwi.podspec @@ -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 diff --git a/LRMocky/0.9.0/LRMocky.podspec b/LRMocky/0.9.0/LRMocky.podspec index af485127185f54..f101b3c0675cac 100644 --- a/LRMocky/0.9.0/LRMocky.podspec +++ b/LRMocky/0.9.0/LRMocky.podspec @@ -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 diff --git a/LRResty/0.11.0/LRResty.podspec b/LRResty/0.11.0/LRResty.podspec index 5c2a501f85bf53..a1df4a96fcd1c2 100644 --- a/LRResty/0.11.0/LRResty.podspec +++ b/LRResty/0.11.0/LRResty.podspec @@ -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 diff --git a/MGSplitViewController/1.0.0/MGSplitViewController.podspec b/MGSplitViewController/1.0.0/MGSplitViewController.podspec index 1221963c5d06ce..575971c39fcca4 100644 --- a/MGSplitViewController/1.0.0/MGSplitViewController.podspec +++ b/MGSplitViewController/1.0.0/MGSplitViewController.podspec @@ -1,6 +1,7 @@ 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' } @@ -8,6 +9,4 @@ Pod::Spec.new do |s| :commit => '580747fc57bdd5139de94fca25e8fe95e2dfd908' } s.source_files = 'Classes/MGSplit{ViewController,DividerView,CornersView}.*' - - s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' } end diff --git a/Objection/0.8.7/Objection.podspec b/Objection/0.8.7/Objection.podspec index b8a449f8d0c27e..70b0ec54c6b39c 100644 --- a/Objection/0.8.7/Objection.podspec +++ b/Objection/0.8.7/Objection.podspec @@ -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 diff --git a/Objection/0.9/Objection.podspec b/Objection/0.9/Objection.podspec index ea1573577f3583..f3a51f181ebe04 100644 --- a/Objection/0.9/Objection.podspec +++ b/Objection/0.9/Objection.podspec @@ -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 diff --git a/RestKit-Network/0.9.3/RestKit-Network.podspec b/RestKit-Network/0.9.3/RestKit-Network.podspec index 6a400b63d87ce5..937716816bb3f0 100644 --- a/RestKit-Network/0.9.3/RestKit-Network.podspec +++ b/RestKit-Network/0.9.3/RestKit-Network.podspec @@ -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')) diff --git a/RestKit-ObjectMapping/0.9.3/RestKit-ObjectMapping.podspec b/RestKit-ObjectMapping/0.9.3/RestKit-ObjectMapping.podspec index 3c0723069d6e91..3b90ecfdb743b1 100644 --- a/RestKit-ObjectMapping/0.9.3/RestKit-ObjectMapping.podspec +++ b/RestKit-ObjectMapping/0.9.3/RestKit-ObjectMapping.podspec @@ -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')) diff --git a/SBJson/3.0.4/SBJson.podspec b/SBJson/3.0.4/SBJson.podspec index 43a1c031b617ed..dccd5c221bec3c 100644 --- a/SBJson/3.0.4/SBJson.podspec +++ b/SBJson/3.0.4/SBJson.podspec @@ -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 diff --git a/SDURLCache/1.2/SDURLCache.podspec b/SDURLCache/1.2/SDURLCache.podspec index 84648bf40fedf4..c014b78e1954c9 100644 --- a/SDURLCache/1.2/SDURLCache.podspec +++ b/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' } diff --git a/SSToolkit/0.1.1/SSToolkit.podspec b/SSToolkit/0.1.1/SSToolkit.podspec index 39309cce14102e..edb57485bb9a3d 100644 --- a/SSToolkit/0.1.1/SSToolkit.podspec +++ b/SSToolkit/0.1.1/SSToolkit.podspec @@ -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' diff --git a/TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec b/TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec index f431f513f63bf4..3e7ac25d84560a 100644 --- a/TTTAttributedLabel/0.10.0/TTTAttributedLabel.podspec +++ b/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' }