Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CocoaPods/Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Frederick committed Mar 30, 2013
2 parents 719bd19 + fc3adc0 commit 5ddd68e
Show file tree
Hide file tree
Showing 1,775 changed files with 31,062 additions and 1,221 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby language: objective-c
rvm: env:
- 1.8.7 - RVM_RUBY_VERSION=system
- 1.9.3 - RVM_RUBY_VERSION=1.9.3 LANG=en_US.UTF-8 LC_CTYPE=UTF-8
install: NOEXEC=skip rake travis:setup before_install: source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION
install: bundle install
script: bundle exec rake
12 changes: 12 additions & 0 deletions 500px-iOS-api/1.0.2/500px-iOS-api.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "500px-iOS-api"
s.version = "1.0.2"
s.summary = "A simple SDK for accessing the 500px API."
s.homepage = "https://github.com/500px/500px-iOS-api"
s.license = 'MIT'
s.author = { "Ash Furrow" => "ash@ashfurrow.com" }
s.source = { :git => "https://github.com/500px/500px-iOS-api.git", :tag => "1.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'PXAPI/**/*.{h,m}'
s.requires_arc = true
end
12 changes: 12 additions & 0 deletions A3GridTableView/0.0.1/A3GridTableView.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "A3GridTableView"
s.version = "0.0.1"
s.summary = "Fast UIScrollView subclass which presents its cells in a GridView."
s.description = "A3GridTableView is a UIScrollView subclass with a high performance GridView style layouting. It has similar delegate methods to a UITableView and can be even used like one. The difference is that the A3GridTableView aligns his section in collumns and not in one flow."
s.homepage = "https://github.com/allaboutapps/A3GridTableView"
s.license = { :type => 'BSD 3-Clause License', :file => 'LICENSE.txt' }
s.author = { "allaboutapps" => "office@allaboutapps.at" }
s.source = { :git => "https://github.com/allaboutapps/A3GridTableView.git", :commit => "329bc6bc17b7a538f7c01e5ea3e8140f7c8b7821" }
s.platform = :ios
s.source_files = 'A3GridTableView'
end
12 changes: 12 additions & 0 deletions AAImageUtils/0.1.0/AAImageUtils.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AAImageUtils"
s.version = "0.1.0"
s.platform = :ios
s.summary = "Simple framework to let your application's launch image fade-out to its initial view."
s.homepage = "https://github.com/ahmet/AAImageUtils"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ahmet AYGÜN" => "me@ahmetaygun.net" }
s.source = { :git => "https://github.com/ahmet/AAImageUtils.git", :tag => "v0.1.0" }
s.source_files = 'AAImageUtils/*.{h,m}'
s.requires_arc = true
end
12 changes: 12 additions & 0 deletions AALaunchTransition/0.1.2/AALaunchTransition.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AALaunchTransition"
s.version = "0.1.2"
s.platform = :ios
s.summary = "Simple framework to let your application's launch image fade-out to its initial view."
s.homepage = "https://github.com/ahmet/AALaunchTransition"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ahmet AYGÜN" => "me@ahmetaygun.net" }
s.source = { :git => "https://github.com/ahmet/AALaunchTransition.git", :tag => "v0.1.2" }
s.source_files = 'AALaunchTransition/*.{h,m}'
s.requires_arc = true
end
12 changes: 12 additions & 0 deletions AALaunchTransition/0.1.3/AALaunchTransition.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AALaunchTransition"
s.version = "0.1.3"
s.platform = :ios
s.summary = "Simple framework to let your application's launch image fade-out to its initial view."
s.homepage = "https://github.com/ahmet/AALaunchTransition"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ahmet AYGÜN" => "me@ahmetaygun.net" }
s.source = { :git => "https://github.com/ahmet/AALaunchTransition.git", :tag => "v0.1.3" }
s.source_files = 'AALaunchTransition/*.{h,m}'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions ABCalendarPicker/1.0.0/ABCalendarPicker.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ABCalendarPicker"
s.version = "1.0.0"
s.summary = "Fully configurable iOS calendar UI component with multiple layouts and smooth animations."
s.homepage = "https://github.com/k06a/ABCalendarPicker"
s.license = 'MIT'
s.author = { "Anton Bukov" => "k06aaa@gmail.com" }
s.source = { :git => "https://github.com/k06a/ABCalendarPicker.git", :tag => '1.0.0' }
s.platform = :ios, '5.0'
s.source_files = 'ABCalendarPicker/**/*.{h,m}'
s.resources = 'ABCalendarPicker/**/*.{png}'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions ABCalendarPicker/1.0.1/ABCalendarPicker.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ABCalendarPicker"
s.version = "1.0.1"
s.summary = "Fully configurable iOS calendar UI component with multiple layouts and smooth animations."
s.homepage = "https://github.com/k06a/ABCalendarPicker"
s.license = 'MIT'
s.author = { "Anton Bukov" => "k06aaa@gmail.com" }
s.source = { :git => "https://github.com/k06a/ABCalendarPicker.git", :tag => '1.0.1' }
s.platform = :ios, '5.0'
s.source_files = 'ABCalendarPicker/**/*.{h,m}'
s.resources = 'ABCalendarPicker/**/*.{png}'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions ABCalendarPicker/1.0.2/ABCalendarPicker.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ABCalendarPicker"
s.version = "1.0.2"
s.summary = "Fully configurable iOS calendar UI component with multiple layouts and smooth animations."
s.homepage = "https://github.com/k06a/ABCalendarPicker"
s.license = 'MIT'
s.author = { "Anton Bukov" => "k06aaa@gmail.com" }
s.source = { :git => "https://github.com/k06a/ABCalendarPicker.git", :tag => '1.0.2' }
s.platform = :ios, '5.0'
s.source_files = 'ABCalendarPicker/**/*.{h,m}'
s.resources = 'ABCalendarPicker/**/*.{png}'
s.requires_arc = true
end
12 changes: 12 additions & 0 deletions ABMultiton/1.0.0/ABMultiton.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "ABMultiton"
s.version = "1.0.0"
s.summary = "Multiton pattern implementation or singletons manager."
s.homepage = "https://github.com/belkevich/multiton"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Alexey Belkevich" => "belkevich.alexey@gmail.com" }
s.source = { :git => "https://github.com/belkevich/multiton.git",
:tag => "1.0.0"}
s.platform = :ios
s.source_files = '*.{h,m}'
end
11 changes: 11 additions & 0 deletions ACEDrawingView/0.2.0/ACEDrawingView.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ACEDrawingView'
s.version = '0.2.0'
s.license = { :type => 'Apache 2.0 License', :file => 'LICENSE.txt' }
s.summary = 'An open source iOS component to create a drawing app.'
s.homepage = 'https://github.com/acerbetti/ACEDrawingView'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
s.source = { :git => 'https://github.com/acerbetti/ACEDrawingView.git', :tag => 'v0.2.0' }
s.platform = :ios, '4.0'
s.source_files = 'ACEDrawingView/*.{h,m}'
end
11 changes: 11 additions & 0 deletions ACEDrawingView/1.0.0/ACEDrawingView.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ACEDrawingView'
s.version = '1.0.0'
s.license = { :type => 'Apache 2.0 License', :file => 'LICENSE.txt' }
s.summary = 'An open source iOS component to create a drawing app.'
s.homepage = 'https://github.com/acerbetti/ACEDrawingView'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
s.source = { :git => 'https://github.com/acerbetti/ACEDrawingView.git', :tag => 'v1.0.0' }
s.platform = :ios, '4.0'
s.source_files = 'ACEDrawingView/*.{h,m}'
end
11 changes: 11 additions & 0 deletions ACEToolKit/0.0.1/ACEToolKit.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ACEToolKit'
s.version = '0.0.1'
s.homepage = 'https://github.com/acerbetti/ACEToolKit'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Development tools to make my life (and yours) a little bit easier.'
s.source = { :git => 'https://github.com/acerbetti/ACEToolKit.git', :commit => 'dc2aeb3757ee625cf8ffa176ad5582da786dd6c0' }
s.source_files = 'ACEToolKit/*.{h,m}'
s.platform = :ios
end
23 changes: 23 additions & 0 deletions ACEView/0.0.4/ACEView.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = "ACEView"
s.version = "0.0.4"
s.summary = "Use the ACE editor in your Cocoa applications."
s.description = <<-DESC
The ACEView framework aims to allow you to use the ACE source code editor in your Cocoa applications, as if it were a native control.
DESC
s.homepage = "https://github.com/faceleg/ACEView"
s.license = {
:type => 'BSD',
:file => 'LICENSE'
}
s.author = { "Michael Robinson" => "mike@pagesofinterest.net" }
s.source = {
:git => 'https://github.com/faceleg/ACEView.git',
:tag => s.version.to_s,
:submodules => true
}
s.platform = :osx
s.frameworks = ['WebKit']
s.resource = ['ACEView/Dependencies/ace/src/*.js', 'ACEView/HTML/index.html']
s.source_files = 'ACEView/**/*.{h,m}'
end
5 changes: 2 additions & 3 deletions ACSimpleKeychain/0.0.1/ACSimpleKeychain.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Pod::Spec.new do |s|


s.source = { :git => 'https://github.com/alexchugunov/ACSimpleKeychain.git', :commit => 'edd22181aa55f47fff0c7d476b8a583b650b4264' } s.source = { :git => 'https://github.com/alexchugunov/ACSimpleKeychain.git', :commit => 'edd22181aa55f47fff0c7d476b8a583b650b4264' }
s.platform = :ios s.platform = :ios

s.requires_arc = true
s.source_files = 'ACSimpleKeychain/**/*.{h,m}' s.source_files = 'ACSimpleKeychain/**/*.{h,m}'


end end

16 changes: 16 additions & 0 deletions ACVRangeSelector/1.0/ACVRangeSelector.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "ACVRangeSelector"
s.version = "1.0"
s.summary = "A range selector control for iOS, similar to UISlider but with three handles."
s.platform = :ios, '5.0'
s.description = <<-DESC
A configurable range selector control for iOS, similar to UISlider but with three handles.
DESC
s.homepage = "https://github.com/tapsandswipes/ACVRangeSelector"
s.author = { "Antonio Cabezuelo Vivo" => "antonio@tapsandswipes.com" }
s.source = { :git => "https://github.com/tapsandswipes/ACVRangeSelector.git", :tag => '1.0.2' }
s.source_files = 'ACVRangeSelector/*.{h,m}'
s.resources = 'ACVRangeSelector/ACVRangeSelector.bundle'
s.requires_arc = true
s.license = { :type => 'MIT', :file => 'LICENSE.markdown' }
end
13 changes: 13 additions & 0 deletions ADBBackgroundCells/1.0.0/ADBBackgroundCells.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ADBBackgroundCells'
s.version = '1.0.0'
s.platform = :ios, '5.0'
s.summary = 'ADBBackgroundCells allow lazy loading for UITableViewCell objects performing a long time job in background without blocking the UI.'
s.description = 'NSInvocationOperation are used under the hood in place of GCD (Grand Central Dispatch) since operations put in a NSOperationQueue object can be canceled. This threading fashion allows optimized long scrolling where a lot of cells are displayed and immediately reused/disappeared, without the obligation to execute the job of no more visible cells. ADBBackgroundCells are block-based and use Objective-C runtime.'
s.homepage = 'https://github.com/albertodebortoli/ADBBackgroundCells'
s.author = { 'Alberto De Bortoli' => 'albertodebortoli.website@gmail.com' }
s.source = { :git => 'https://github.com/albertodebortoli/ADBBackgroundCells.git', :tag => '1.0.0' }
s.license = { :type => 'New BSD License', :file => 'LICENSE.markdown' }
s.source_files = 'ADBBackgroundCells/*.{h,m}'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions ADBBackgroundCells/1.1.0/ADBBackgroundCells.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ADBBackgroundCells'
s.version = '1.1.0'
s.platform = :ios, '5.0'
s.summary = 'ADBBackgroundCells allow lazy loading for UITableViewCell objects performing a long time job in background without blocking the UI.'
s.description = 'NSInvocationOperation are used under the hood in place of GCD (Grand Central Dispatch) since operations put in a NSOperationQueue object can be canceled. This threading fashion allows optimized long scrolling where a lot of cells are displayed and immediately reused/disappeared, without the obligation to execute the job of no more visible cells. ADBBackgroundCells are block-based and use Objective-C runtime.'
s.homepage = 'https://github.com/albertodebortoli/ADBBackgroundCells'
s.author = { 'Alberto De Bortoli' => 'albertodebortoli.website@gmail.com' }
s.source = { :git => 'https://github.com/albertodebortoli/ADBBackgroundCells.git', :tag => '1.1.0' }
s.license = { :type => 'New BSD License', :file => 'LICENSE.markdown' }
s.source_files = 'ADBBackgroundCells/*.{h,m}'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions ADBBackgroundCells/1.1.1/ADBBackgroundCells.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ADBBackgroundCells'
s.version = '1.1.1'
s.platform = :ios, '5.0'
s.summary = 'ADBBackgroundCells allow lazy loading for UITableViewCell objects performing a long time job in background without blocking the UI.'
s.description = 'NSInvocationOperation are used under the hood in place of GCD (Grand Central Dispatch) since operations put in a NSOperationQueue object can be canceled. This threading fashion allows optimized long scrolling where a lot of cells are displayed and immediately reused/disappeared, without the obligation to execute the job of no more visible cells. ADBBackgroundCells are block-based and use Objective-C runtime.'
s.homepage = 'https://github.com/albertodebortoli/ADBBackgroundCells'
s.author = { 'Alberto De Bortoli' => 'albertodebortoli.website@gmail.com' }
s.source = { :git => 'https://github.com/albertodebortoli/ADBBackgroundCells.git', :tag => '1.1.1' }
s.license = { :type => 'New BSD License', :file => 'LICENSE.markdown' }
s.source_files = 'ADBBackgroundCells/*.{h,m}'
s.requires_arc = true
end
60 changes: 60 additions & 0 deletions ADNKit/1.0/ADNKit.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,60 @@
Pod::Spec.new do |s|
s.name = "ADNKit"
s.version = "1.0"
s.summary = "Objective-C framework for building App.net applications on iOS and OS X."
s.description = <<-DESC
ADNKit is an Objective-C framework for building App.net iOS and OS X applications. The guiding design principles are:
- Simple and powerful API.
- As much heavylifting as possible is done for you (aka, tons of convenience methods).
10- 0% App.net API and features support.
- No external dependencies other than `AFNetworking`.
DESC
s.homepage = "https://github.com/joeldev/ADNKit"
s.license = {
:type => 'BSD',
:text => <<-LICENSE
Copyright (c) 2013, Joel Levin. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of ADNKit nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = { "Joel Levin" => "joellevin.email@gmail.com" }
s.source = { :git => "https://github.com/joeldev/ADNKit.git", :tag => "1.0" }
s.ios.deployment_target = '5.0'
s.ios.frameworks = 'CoreLocation', 'SystemConfiguration', 'MobileCoreServices', 'UIKit'
s.ios.source_files = 'ADNKit/*.{h,m}'
s.osx.deployment_target = '10.7'
s.osx.frameworks = 'CoreLocation', 'SystemConfiguration'
s.osx.source_files = FileList['ADNKit/*.{h,m}'].exclude(/ANKOAuthViewController/, /ANKTextFieldCell/, /ANKUsernamePasswordAuthViewController/)

s.prefix_header_contents = <<-EOS
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#if __IPHONE_OS_VERSION_MIN_REQUIRED
#import <MobileCoreServices/MobileCoreServices.h>
#endif
#import <SystemConfiguration/SystemConfiguration.h>
#import "AFNetworking.h"
#import "ANKResource.h"
#import "ANKAnnotationReplacement.h"
#import "ANKClient.h"
#import "ANKClient+ANKHandlerBlocks.h"
#import "NSArray+ANKAdditions.h"
#import "NSDictionary+ANKAdditions.h"
EOS
s.public_header_files = 'ADNKit/*.h', '*.h'

s.requires_arc = true

s.dependency 'AFNetworking', '~> 1.1.0'
end
59 changes: 59 additions & 0 deletions ADNKit/1.1.1/ADNKit.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,59 @@
Pod::Spec.new do |s|
s.name = "ADNKit"
s.version = "1.1.1"
s.summary = "Objective-C framework for building App.net applications on iOS and OS X."
s.description = <<-DESC
ADNKit is an Objective-C framework for building App.net iOS and OS X applications. The guiding design principles are:
- Simple and powerful API
- As much heavylifting as possible is done for you (aka, tons of convenience methods)
10- 0% App.net API and features support
- No external dependencies other than AFNetworking.
DESC
s.homepage = "https://github.com/joeldev/ADNKit"
s.license = {
:type => 'BSD',
:text => <<-LICENSE
Copyright (c) 2013, Joel Levin. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of ADNKit nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = { "Joel Levin" => "joellevin.email@gmail.com" }
s.source = { :git => "https://github.com/joeldev/ADNKit.git", :tag => "1.1.1" }
s.ios.deployment_target = '5.0'
s.ios.frameworks = 'CoreLocation', 'SystemConfiguration', 'MobileCoreServices', 'UIKit'
s.ios.source_files = 'ADNKit/*.{h,m}'
s.osx.deployment_target = '10.7'
s.osx.frameworks = 'CoreLocation', 'SystemConfiguration'
s.osx.source_files = FileList['ADNKit/*.{h,m}'].exclude(/ANKOAuthViewController/, /ANKTextFieldCell/, /ANKUsernamePasswordAuthViewController/)

s.prefix_header_contents = <<-EOS
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#if __IPHONE_OS_VERSION_MIN_REQUIRED
#import <MobileCoreServices/MobileCoreServices.h>
#endif
#import <SystemConfiguration/SystemConfiguration.h>
#import "AFNetworking.h"
#import "ANKResource.h"
#import "ANKAnnotationReplacement.h"
#import "ANKClient.h"
#import "ANKClient+ANKHandlerBlocks.h"
#import "NSArray+ANKAdditions.h"
#import "NSDictionary+ANKAdditions.h"
#endif
EOS
s.public_header_files = 'ADNKit/*.h', '*.h'

s.requires_arc = true

s.dependency 'AFNetworking', '~> 1.2.0'
end
Loading

0 comments on commit 5ddd68e

Please sign in to comment.