Merge branch 'master' of github.com:CocoaPods/Specs

This commit is contained in:
Mattt Thompson
2012-11-24 14:46:24 -05:00
130 changed files with 1655 additions and 88 deletions
-1
View File
@@ -1,5 +1,4 @@
.*.sw?
.DS_Store
.rbenv-version
Gemfile.lock
.idea
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "ADClusterMapView"
s.version = "0.0.1"
s.summary = "ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations."
s.description = <<-DESC
ADClusterMapView is a drop-in subclass of MKMapView that
displays and animate clusters of annotations. This is very
useful in cases where you have to display many annotations
on the map. Concept and implementation were described on
Applidium's [website][http://applidium.com/en/news/too_many_pins_on_your_map/].
DESC
s.homepage = "https://github.com/applidium/ADClusterMapView"
s.license = { :type => 'NetBSD', :file => 'LICENSE' }
s.author = { "Applidium" => "https://github.com/applidium/" }
s.source = { :git => "https://github.com/applidium/ADClusterMapView.git", :commit => "d68d69b238929" }
s.platform = :ios
s.source_files = 'ADClusterMapView/**/*.{h,m}'
s.frameworks = 'MapKit', 'CoreLocation'
end
+11 -10
View File
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ATMHud'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'Library for the creation of HUDs in iPhone applications.'
s.homepage = 'https://github.com/atomton/ATMHud'
s.author = { 'Marcel Müller' => 'pool@atomton.net' }
s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' }
s.source_files = 'ATM*.{h,m}'
s.resources = '11-x.png', '19-check.png', 'pop.wav'
s.frameworks = 'QuartzCore', 'AudioToolbox'
s.name = 'ATMHud'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'Library for the creation of HUDs in iPhone applications.'
s.homepage = 'https://github.com/atomton/ATMHud'
s.author = { 'Marcel Müller' => 'pool@atomton.net' }
s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' }
s.source_files = 'ATM*.{h,m}'
s.resources = '11-x.png', '19-check.png', 'pop.wav'
s.frameworks = 'QuartzCore', 'AudioToolbox'
s.license = 'BSD'
end
@@ -0,0 +1,31 @@
#
# JBoss, Home of Professional Open Source
# Copyright ${year}, Red Hat, Inc., and individual contributors
# by the @authors tag. See the copyright.txt in the distribution for a
# full listing of individual contributors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Pod::Spec.new do |s|
s.name = "AeroGear-OTP"
s.version = "1.0.0.M1.20121124"
s.summary = "Provides an Objective-C One Time Password API."
s.homepage = "https://github.com/aerogear/aerogear-otp-ios"
s.license = 'Apache License, Version 2.0'
s.author = "Red Hat, Inc."
s.source = { :git => 'https://github.com/aerogear/aerogear-otp-ios.git', :tag => '1.0.0.M1.20121124' }
s.platform = :ios
s.source_files = 'aerogear-otp.ios/Classes/*.{h,m}'
s.public_header_files = 'aerogear-otp.ios/Classes/AeroGearOTP.h', 'aerogear-otp.ios/Classes/AGOtp.h', 'aerogear-otp.ios/Classes/AGTotp.h'
s.requires_arc = true
end
@@ -0,0 +1,30 @@
#
# JBoss, Home of Professional Open Source
# Copyright ${year}, Red Hat, Inc., and individual contributors
# by the @authors tag. See the copyright.txt in the distribution for a
# full listing of individual contributors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Pod::Spec.new do |s|
s.name = "AeroGear"
s.version = "1.0.0.M1.20121113"
s.summary = "Provides a lightweight set of utilities for communication, security, storage and more."
s.homepage = "https://github.com/aerogear/aerogear-ios"
s.license = 'Apache License, Version 2.0'
s.author = "Red Hat, Inc."
s.source = { :git => 'https://github.com/aerogear/aerogear-ios.git', :tag => '1.0.0.M1.20121113' }
s.platform = :ios
s.source_files = 'AeroGear-iOS/AeroGear-iOS/**/*.{h,m}'
s.public_header_files = 'AeroGear-iOS/AeroGear-iOS/AeroGear.h', 'AeroGear-iOS/AeroGear-iOS/config/AGConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipe.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeline.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeConfig.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStore.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGDataManager.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStoreConfig.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModule.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticator.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthConfig.h'
s.requires_arc = true
s.dependency 'AFNetworking', '1.0RC1'
end
@@ -0,0 +1,30 @@
#
# JBoss, Home of Professional Open Source
# Copyright ${year}, Red Hat, Inc., and individual contributors
# by the @authors tag. See the copyright.txt in the distribution for a
# full listing of individual contributors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Pod::Spec.new do |s|
s.name = "AeroGear"
s.version = "1.0.0.M1.20121115"
s.summary = "Provides a lightweight set of utilities for communication, security, storage and more."
s.homepage = "https://github.com/aerogear/aerogear-ios"
s.license = 'Apache License, Version 2.0'
s.author = "Red Hat, Inc."
s.source = { :git => 'https://github.com/aerogear/aerogear-ios.git', :tag => '1.0.0.M1.20121115' }
s.platform = :ios
s.source_files = 'AeroGear-iOS/AeroGear-iOS/**/*.{h,m}'
s.public_header_files = 'AeroGear-iOS/AeroGear-iOS/AeroGear.h', 'AeroGear-iOS/AeroGear-iOS/config/AGConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipe.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeline.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeConfig.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStore.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGDataManager.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStoreConfig.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModule.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticator.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthConfig.h'
s.requires_arc = true
s.dependency 'AFNetworking', '1.0RC1'
end
+1
View File
@@ -8,4 +8,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/arashpayan/appirater.git', :commit => '0f3776a47b17bd4f6cbee0ad02c9450869d26c42' }
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' }
end
+1
View File
@@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.resource = 'Appirater.bundle'
s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' }
end
@@ -4,8 +4,7 @@ Pod::Spec.new do |s|
s.summary = "Put controls above the keyboard on your iPhone or iPad app."
s.homepage = "https://github.com/SimonBS/BSKeyboardControls"
s.license = "MIT"
s.author = { "Simon Støvring" => "simon@codeinacup.com" }
s.description = "Easily put back, next and done controls above the keyboard on your iPhone or iPad app."
s.author = { "Simon Støvring" => "simonstoevring@gmail.com" }
s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :commit => "baa108195e9cb18a53bede6d33c722470164e872" }
s.platform = :ios
s.source_files = "BSKeyboardControls/BSKeyboardControls.{h,m}"
@@ -1,12 +1,11 @@
Pod::Spec.new do |s|
s.name = "BSKeyboardControls"
s.version = "1.1"
s.summary = "Put controls above the keyboard on your iPhone or iPad app."
s.homepage = "https://github.com/SimonBS/BSKeyboardControls"
s.license = "MIT"
s.author = { "Simon Støvring" => "simon@codeinacup.com" }
s.description = "Easily put back, next and done controls above the keyboard on your iPhone or iPad app."
s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :tag => "v1.1" }
s.name = 'BSKeyboardControls'
s.version = '1.1'
s.summary = 'Put controls above the keyboard on your iPhone or iPad app.'
s.homepage = 'https://github.com/simonbs/BSKeyboardControls'
s.license = 'MIT'
s.author = { 'Simon Støvring' => 'simonstoevring@gmail.com' }
s.source = { :git => 'https://github.com/simonbs/BSKeyboardControls.git', :tag => 'v1.1' }
s.platform = :ios
s.source_files = "BSKeyboardControls/BSKeyboardControls.{h,m}"
s.source_files = 'BSKeyboardControls/BSKeyboardControls.{h,m}'
end
+10
View File
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = "Base64nl"
s.version = "1.0.2"
s.summary = "Bae64 is a set of categories that provide methods to encode and decode data as a base-64-encoded string."
s.homepage = "https://github.com/nicklockwood/Base64"
s.license = 'MIT'
s.author = "Nick Lockwood"
s.source = { :git => "https://github.com/nicklockwood/Base64.git", :tag => "1.0.2" }
s.source_files = 'Base64'
end
+23
View File
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
Pod::Spec.new do |s|
s.name = "BeeDebugger"
s.version = "0.1"
s.summary = "A powerful runtime Debugger on iOS platform."
s.description = <<-DESC
BeeDebugger can show your system info and memeory usage when running your app.
Just add [BeeDebugger show]; after [<main window> makeKeyAndVisible];
DESC
s.homepage = "http://bbs.whatsbug.com"
s.license = 'MIT'
s.author = { "gavinkwoe" => "gavinkwoe@gmail.com" }
s.platform = :ios
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" }
s.source_files = 'BeeDebugger'
s.resource = "BeeDebugger/*.png"
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork'
s.library = 'z'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' }
s.dependency 'BeeFramework'
end
+28
View File
@@ -0,0 +1,28 @@
Pod::Spec.new do |s|
s.name = "BeeFramework"
s.version = "0.1.1"
s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly."
s.description = <<-DESC
Bee Framework is a MVC Framework to develop iOS application.
It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it.
Add __BEE_DEBUGGER__=1 in build setting of Pods target and add [BeeDebugger show] to AppDelegate to enable Bee Debugger.
DESC
s.homepage = "http://bbs.whatsbug.com/BeeFramework"
s.license = 'MIT'
s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"}
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1.1" }
s.resource = "BeeDebugger/*.png"
s.platform = :ios
s.source_files = 'BeeDebugger/**/*.{h,m}', 'BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}', 'BeeFramework/Bee.h'
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork'
s.library = 'z'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' }
s.dependency 'JSONKit'
s.dependency 'ASIHTTPRequest'
s.dependency 'Reachability'
s.dependency 'SFHFKeychainUtils'
end
+26
View File
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = "BeeFramework"
s.version = "0.1"
s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly."
s.description = <<-DESC
Bee Framework is a MVC Framework to develop iOS application.
It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it.
DESC
s.homepage = "http://bbs.whatsbug.com/BeeFramework"
s.license = 'MIT'
s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"}
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" }
s.platform = :ios
s.source_files = 'BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}', 'BeeFramework/Bee.h'
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork'
s.library = 'z'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' }
s.dependency 'JSONKit'
s.dependency 'ASIHTTPRequest'
s.dependency 'Reachability'
s.dependency 'SFHFKeychainUtils'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BetterBlocks'
s.version = '0.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.summary = 'Completion and Error blocks for NSURLConnection.'
s.homepage = 'https://github.com/neilco/BetterBlocks'
s.author = { 'Neil Cowburn' => 'neilco@gmail.com' }
s.source = { :git => 'https://github.com/neilco/BetterBlocks.git',
:tag => '0.0.1' }
s.source_files = 'NSURLConnection+BetterBlocks.{h,m}'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
end
+24
View File
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "BotKit"
s.version = "0.1"
s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects."
s.homepage = "https://github.com/thoughtbot/BotKit"
s.license = 'MIT'
s.authors = { "Mark Adams" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" }
s.source = {
:git => "https://github.com/thoughtbot/BotKit.git",
:tag => "0.1"
}
s.platform = :ios, '5.0'
s.source_files = 'BotKit'
s.requires_arc = true
s.framework = 'CoreData'
s.prefix_header_contents = <<-EOS
#import <Availability.h>
#import <CoreData/CoreData.h>
EOS
end
+15
View File
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "BrynKit"
s.version = "1.0.1"
s.author = { "bryn austin bellomy" => "bryn.bellomy@gmail.com" }
s.summary = "Macros and helpers for logging, debugging, and metaprogramming."
s.homepage = "http://brynbellomy.github.com/BrynKit"
s.license = 'WTFPL'
s.source = { :git => "https://github.com/brynbellomy/BrynKit.git", :tag => "v1.0.1" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' }
s.prefix_header_contents = "#import <BrynKit/BrynKit.h>"
end
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "CDEvents"
s.version = "1.2.0"
s.summary = "An Objective-C wrapper for Mac OS Xs FSEvents C API."
s.homepage = "http://rastersize.github.com/CDEvents"
s.license = 'MIT'
s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" }
s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.0" }
s.platform = :osx, '10.6'
s.source_files = '*.{h,m}'
s.framework = 'CoreServices'
s.requires_arc = true
end
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'COPeoplePickerViewController'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Tokenized People Picker. Re-implementation of the email address picker of iCal (work in progress).'
s.homepage = 'https://github.com/eaigner/COPeoplePickerViewController'
s.author = { 'Erik Aigner' => 'erik@chocomoko.com' }
s.source = { :git => 'https://github.com/eaigner/COPeoplePickerViewController.git', :commit => '088d124f33549e2955a437b8742108388d1592e7' }
s.source_files = 'COPeoplePickerViewController/COPeoplePickerViewController.*'
s.frameworks = 'AddressBook', 'AddressBookUI', 'QuartzCore'
s.requires_arc = true
end
+27
View File
@@ -0,0 +1,27 @@
Pod::Spec.new do |s|
s.name = "Clutch"
s.version = "0.0.1"
s.summary = "This is the iOS client library for Clutch.io."
s.description = <<-DESC
Example
Here's how you might use it for simple A/B testing:
[ClutchAB testWithName:@"signUpBtnColor" A:^{
// Display green sign-up button
} B:^{
// Display blue sign-up button
}];
Documentation
More documentation can be found at: http://docs.clutch.io/
DESC
s.homepage = "https://clutch.io/"
s.license = 'Apache License'
s.author = { "Eric Florenzano" => "floguy@gmail.com" }
s.source = { :git => "https://github.com/clutchio/clutchios.git", :commit => "f2c8745d25104f671d3a1b67e9ef9745ac79dbe7" }
s.platform = :ios
s.xcconfig = { 'HEADER_SEARCH_PATHS' => "$(PODS_ROOT)/Clutch/" }
s.source_files = 'Clutch'
end
+1 -1
View File
@@ -1,3 +1,3 @@
---
last: 0.16.0.rc3
last: 0.16.0
min: 0.6.0
@@ -15,4 +15,5 @@ Pod::Spec.new do |s|
s.framework = 'Security'
s.dependency 'NXOAuth2Client', '~> 1.0'
s.license = 'Apache License, Version 2.0'
end
+20
View File
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'CoconutKit'
s.version = '2.0'
s.license = 'MIT'
s.summary = 'CoconutKit is a library of high-quality iOS components.'
s.homepage = 'https://github.com/defagos/CoconutKit'
s.author = { 'Samuel Défago' => 'defagos@gmail.com' }
s.source = { :git => 'https://github.com/defagos/CoconutKit-CocoaPods.git', :tag => '2.0' }
s.platform = :ios, '4.0'
s.description = 'CoconutKit is a library of high-quality iOS components written at hortis le studio and in my spare time. It includes several tools for dealing with view controllers, multi-threading, view animations, as well as some new controls and various utility classes. These components are meant to make the life of an iOS programmer easier by reducing the boilerplate code written every day, improving code quality and enforcing solid application architecture.'
s.source_files = 'Sources/**/*.{h,m}', 'PublicHeaders/**/*.h'
s.resources = 'CoconutKit-resources.bundle'
s.public_header_files = 'PublicHeaders/*.h'
s.prefix_header_file = 'CoconutKit-Prefix.pch'
s.frameworks = 'CoreData', 'MessageUI', 'QuartzCore'
s.requires_arc = false
end
+36
View File
@@ -0,0 +1,36 @@
Pod::Spec.new do |s|
s.name = 'ColorPopover'
s.version = '0.0.1'
s.platform = :ios, '5.0'
s.dependency 'WEPopover', '~> 0.0.1'
s.homepage = 'https://github.com/gazolla/ColorPopover'
s.summary = 'ColorPopover is a simple component for iOS that provides a "Popover" color picker.'
s.author = { 'Sebastiao Gazolla Jr' => 'gz@gazapps.com' }
s.source = { :git => 'https://github.com/gazolla/ColorPopover.git', :commit => '545fe3fe0ee84b11a9c60f6caae97b268156c9bd' }
s.source_files = 'Colors/ColorPopover/*.{h,m}'
s.requires_arc = true
s.license = {
:type => 'MIT',
:text => <<-LICENSE
Copyright (c) 2012 Sebastian Gazolla Jr
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
LICENSE
}
end
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'The "New" BSD License *or* the MIT License (2008)'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.0.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.0.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'The "New" BSD License *or* the MIT License (2008)'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.1.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.1.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'The "New" BSD License *or* the MIT License (2008)'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.2.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.2.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.2.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'The "New" BSD License *or* the MIT License (2008)'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.3.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.3.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.3.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'The "New" BSD License *or* the MIT License (2008)'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'The "New" BSD License *or* the MIT License (2008)'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.1" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.1" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.5.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.5.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.5.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascripts/core/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.1" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.1" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.7.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.7.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.7.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.1" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.1" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.9.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.9.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.9.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.0.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.0.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.0.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.1.0" }
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.1.0" }
# s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.1.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.2.0" }
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.2.0" }
# s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.2.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'bin/templates/project/www/cordova-2.2.0.js', 'CordovaLib/VERSION'
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.0'
s.summary = "Simple UILabel replacement to display NSAttributedString by HTML in iOS applications (>= 3.2)."
s.homepage = "https://github.com/dkuhnke/CoreTextLabel"
s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' }
s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.0' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.ios.frameworks = 'QuartzCore', 'CoreText'
s.dependency 'RegexKitLite', '4.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.1'
s.summary = "Simple UILabel replacement to display NSAttributedString by HTML with custom font and color in iOS applications."
s.homepage = "https://github.com/dkuhnke/CoreTextLabel"
s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' }
s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.1' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.ios.frameworks = 'QuartzCore', 'CoreText'
s.dependency 'RegexKitLite', '4.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.2.1'
s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and lineSpacing is supported."
s.homepage = "https://github.com/dkuhnke/CoreTextLabel"
s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' }
s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2.1' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.ios.frameworks = 'QuartzCore', 'CoreText'
s.dependency 'RegexKitLite', '4.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.2'
s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and truncation is supported."
s.homepage = "https://github.com/dkuhnke/CoreTextLabel"
s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' }
s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.ios.frameworks = 'QuartzCore', 'CoreText'
s.dependency 'RegexKitLite', '4.0'
end
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'CrittercismSDK'
s.version = '3.4.0'
s.license = { :type => 'Commercial', :text => 'See http://www.crittercism.com/tos-v3.html' }
s.summary = 'Mobile App Performance Monitoring and Crash Reporting.'
s.homepage = 'http://www.crittercism.com'
s.author = { 'Crittercism' => 'support@crittercism.com' }
s.source = { :http => 'https://www.crittercism.com/images/Crittercism_v3_4_0.zip' }
s.description = 'Mobile App Performance Monitoring and Crash Reporting.'
s.platform = :ios
s.source_files = 'CrittercismSDK/*.h'
s.preserve_paths = 'CrittercismSDK/libCrittercism_v3_4_0.a'
s.library = 'Crittercism_v3_4_0'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/CrittercismSDK/CrittercismSDK"' }
end
@@ -7,6 +7,5 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true
end
@@ -7,6 +7,5 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.1' }
s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true
end
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'DCKeyValueObjectMapping'
s.version = '1.2'
s.ios.deployment_target = '5.0'
s.license = 'MIT'
s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically, support Core Data, convetion over configuration.'
s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping'
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.2' }
s.source_files = 'KeyValueObjectMapping'
s.requires_arc = true
end
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'DCKeyValueObjectMapping'
s.version = '1.3'
s.ios.deployment_target = '5.0'
s.license = 'MIT'
s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically, support Core Data, convetion over configuration.'
s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping'
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.3' }
s.source_files = 'KeyValueObjectMapping'
s.requires_arc = true
end
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "DoneCancelNumberPadToolbar"
s.version = "0.6.0"
s.summary = "Adds Done and Cancel buttons to an iPhone Number Pad."
s.homepage = "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar"
s.license = 'cc-wiki'
s.author = { "broderboy" => "timothy.broder@gmail.com" }
s.source = { :git => "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar.git", :tag => "0.6.0 " }
s.platform = :ios, '5.0'
s.source_files = 'DoneCancelNumberPadToolbar*.{h,m}'
s.requires_arc = true
end
+2 -1
View File
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
:tag => 'v2.0' }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.license = {
:type => 'MIT',
@@ -23,4 +24,4 @@ Pod::Spec.new do |s|
LICENSE
}
end
end
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Evernote-SDK-iOS'
s.version = '0.2.2'
s.platform = :ios
s.license = 'https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE'
s.summary = 'Evernote SDK for iOS.'
s.homepage = 'https://github.com/evernote/evernote-sdk-ios'
s.author = 'Evernote'
s.source = { :git => 'https://github.com/evernote/evernote-sdk-ios.git', :tag => '0.2.2' }
s.source_files = 'evernote-sdk-ios/*.{h,m}', 'evernote-sdk-ios/EDAM/*.{h,m}', 'evernote-sdk-ios/internal/*.{h,m}', 'evernote-sdk-ios/3rdParty/Thrift/**/*.{h,m}', 'evernote-sdk-ios/3rdParty/NSString+URLEncoding/*.{h,m}'
s.frameworks = 'Foundation', 'Security'
s.dependency 'cocoa-oauth', '~> 0.0.1'
s.dependency 'SSKeychain', '~> 0.1.2'
end
@@ -8,5 +8,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h'
s.frameworks = 'OpenGLES', 'GLKit', 'QuartzCore', 'CoreText'
s.requires_arc = true
end
+15
View File
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Flash2Cocos2D"
s.version = "0.5"
s.summary = "Library to import animations made in Flash to Cocos2D."
s.description = "A modified grapefrukt-export creates xml descriptions of timeline animations. Flash2Cocos2D imports that xml and recreates what were timeline animations."
s.homepage = "https://github.com/percentjuice/Flash2Cocos2D"
s.license = 'MIT'
s.author = 'cstuempges'
s.source = { :git => "https://github.com/percentjuice/Flash2Cocos2D.git", :tag => "v0.5" }
s.platform = :ios, '5.0'
s.source_files = 'FlashToCocosARC', 'FlashToCocosARC/*.{h,m}'
s.requires_arc = true
s.dependency 'cocos2d', '2.0'
s.dependency 'TBXML', '1.5'
end
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'FontasticIcons'
s.platform = :ios
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'Objective-C wrapper for iconic fonts.'
s.homepage = 'https://github.com/AlexDenisov/FontasticIcons'
s.author = { 'Alex Denisov' => '1101.debian@gmail.com' }
s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git',
:tag => '0.1.0' }
s.description = 'Objective-C wrapper for iconic fonts.'
s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}'
s.resources = 'FontasticIcons/Sources/Resources/Fonts/*'
s.frameworks = 'CoreText'
end
+50
View File
@@ -0,0 +1,50 @@
Pod::Spec.new do |s|
s.name = 'FormatterKit'
s.version = '1.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = '`stringWithFormat:` for the sophisticated hacker set.'
s.homepage = 'https://github.com/mattt/FormatterKit'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '1.1.0' }
s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application."
s.requires_arc = true
s.ios.frameworks = 'AddressBook', 'AddressBookUI'
s.prefix_header_contents = <<-EOS
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
#import <AddressBookUI/AddressBookUI.h>
#endif
EOS
s.subspec 'AddressFormatter' do |ss|
ss.platform = :ios
ss.source_files = 'TTTAddressFormatter/*.{h,m}'
end
s.subspec 'ArrayFormatter' do |ss|
ss.source_files = 'TTTArrayFormatter/*.{h,m}'
end
s.subspec 'LocationFormatter' do |ss|
ss.source_files = 'TTTLocationFormatter/*.{h,m}'
ss.frameworks = 'CoreLocation'
end
s.subspec 'OrdinalNumberFormatter' do |ss|
ss.source_files = 'TTTOrdinalNumberFormatter/*.{h,m}'
end
s.subspec 'TimeIntervalFormatter' do |ss|
ss.source_files = 'TTTTimeIntervalFormatter/*.{h,m}'
end
s.subspec 'UnitOfInformationFormatter' do |ss|
ss.source_files = 'TTTUnitOfInformationFormatter/*.{h,m}'
end
s.subspec 'URLRequestFormatter' do |ss|
ss.source_files = 'TTTURLRequestFormatter/*.{h,m}'
end
end
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FoundationExtension"
s.version = "0.5"
s.version = "0.7"
s.summary = "Foundation/UIKit extension kit. It is category based and looks familiar to Foundation/UIKit. It includes many common snippets as shortcut."
s.description = <<-DESC
This library includes small Foundation/Cocoa/UIKit extensions. This library does not includes high-level data structure, algorithm or frameworks, but collection of code snippets.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/youknowone/FoundationExtension"
s.license = "2-clause BSD"
s.author = { "Jeong YunWon" => "jeong@youknowone.org" }
s.source = { :git => "https://github.com/youknowone/FoundationExtension.git", :tag => "pod-0.5" }
s.source = { :git => "https://github.com/youknowone/FoundationExtension.git", :tag => "pod-0.7" }
s.dependency "cdebug", "~> 0.1"
s.subspec "FoundationExtension" do |ss|
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '6.1.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.'
s.homepage = 'https://github.com/groue/GRMustache'
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.1' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "GVMusicPlayerController"
s.version = "0.2.0"
s.summary = "The power of AVPlayer with the simplicity of MPMusicPlayerController."
s.homepage = "https://github.com/gangverk/GVMusicPlayerController"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/GVMusicPlayerController.git", :tag => s.version.to_s }
s.platform = :ios, '4.0'
s.source_files = 'GVMusicPlayerController/*.{h,m}'
s.requires_arc = true
s.frameworks = 'CoreMedia', 'AudioToolbox', 'AVFoundation', 'MediaPlayer'
end
+46
View File
@@ -0,0 +1,46 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
cocoapods (0.16.0)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.0)
colored (1.2)
escape (0.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.5)
multi_json (1.3.7)
multipart-post (1.1.5)
octokit (1.18.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
hashie (~> 1.2)
multi_json (~> 1.3)
open4 (1.3.0)
rake (0.9.5)
xcodeproj (0.4.0)
activesupport (~> 3.2.6)
colored (~> 1.2)
PLATFORMS
ruby
DEPENDENCIES
cocoapods (>= 0.16.0)
rake
@@ -9,5 +9,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.5'
s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
end
+37
View File
@@ -0,0 +1,37 @@
Pod::Spec.new do |s|
s.name = "JSNotifier"
s.version = "0.0.1"
s.summary = "A simple class for iOS that provides users with notifications in a simple way."
s.homepage = "https://github.com/jonahsiegle/JSNotifier.git"
s.license = {
:type => 'Apache License, Version 2.0',
:text => <<-LICENSE
Copyright 2012 Jonah Siegle
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
LICENSE
}
s.author = 'Jonah Siegle'
s.source = { :git => "https://github.com/jonahsiegle/JSNotifier.git", :commit => "354f9eadf473468dbf04666130506a52beafb2a3"}
s.platform = :ios
s.source_files = 'JSNotifier\ Sample/JSNotifier.h', 'JSNotifier\ Sample/JSNotifier.m'
s.resources = "*.png"
s.requires_arc = true
end
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "KGNoise"
s.version = "1.1.0"
s.summary = "Cocoa noise drawing code + a ready to go noise view."
s.homepage = "https://github.com/kgn/KGNoise"
s.license = { :type => 'MIT', :file => 'license.txt' }
s.author = { "David Keegan" => "git@davidkeegan.com" }
s.source = { :git => "https://github.com/kgn/KGNoise.git", :tag => "1.1.0" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'KGNoise.{h,m}'
s.requires_arc = true
end
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "KSADNTwitterFormatter"
s.version = "0.1.0"
s.summary = "A simple class for taking ADN posts and reformatting them to fit into Twitter's length restrictions, taking links into account."
s.homepage = "https://github.com/Keithbsmiley/KSADNTwitterFormatter"
s.license = 'MIT'
s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" }
s.source = { :git => "https://github.com/Keithbsmiley/KSADNTwitterFormatter.git", :tag => "0.1.0" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = '*.{h,m}'
s.requires_arc = true
end
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "KSLabel"
s.version = "0.1.0"
s.summary = "A drop in subclass of NSTextField for programmatically created labels."
s.homepage = "https://github.com/Keithbsmiley/KSLabel"
s.license = 'MIT'
s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" }
s.source = { :git => "https://github.com/Keithbsmiley/KSLabel.git", :tag => "0.1.0" }
s.platform = :osx
s.source_files = '*.{h,m}'
s.requires_arc = true
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.10.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.10.1"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.11.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.12.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "0.9.3"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LastFm"
s.version = "1.0.0"
s.summary = "Block based Last.fm SDK for iOS and Mac OS X."
s.homepage = "https://github.com/gangverk/LastFm"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'LastFm/*.{h,m}'
s.requires_arc = true
s.dependency 'KissXML', '~> 5.0'
end
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "LineKit"
s.version = "1.0.0"
s.summary = "Share to Naver Line from your apps."
s.homepage = "https://github.com/dlackty/LineKit"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Chih-Wei Lee" => "dlackty@gmail.com" }
s.source = { :git => "https://github.com/dlackty/LineKit.git", :tag => "1.0.0" }
s.platform = :ios, '4.0'
s.source_files = 'LineKit/*.{h,m}'
end
+19
View File
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'MKStoreKit'
s.version = '0.0.1'
s.license = 'zLib'
s.summary = 'In-App Purchases StoreKit for iOS devices.'
s.homepage = 'https://github.com/MugunthKumar/MKStoreKit'
s.author = { 'Mugunth' => 'http://mugunthkumar.com/' }
s.source = { :git => 'https://github.com/MugunthKumar/MKStoreKit.git', :commit => '55963bd8ce5d52c2634d95830858d2e58b0608a0' }
s.platform = :ios
s.source_files = '*.{h,m}'
s.requires_arc = true
s.frameworks = 'StoreKit', 'Security'
s.dependency 'JSONKit', '~> 1.4'
s.dependency 'NSData+Base64', '~> 1.0'
s.dependency 'SFHFKeychainUtils', '0.0.1'
end
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'MSNavigationPaneViewController'
s.version = '0.0.1'
s.license = 'MIT'
s.platform = :ios, '5.0'
s.summary = 'Draggable navigation pane view controller for iPhone. Similar to the Path/Facebook navigation paradigm.'
s.homepage = 'https://github.com/monospacecollective/MSNavigationPaneViewController'
s.author = { 'Eric Horacek' => 'eric@monospacecollective.com' }
s.source = { :git => 'https://github.com/monospacecollective/MSNavigationPaneViewController.git', :tag => s.version.to_s }
s.source_files = 'MSNavigationPaneViewController/*.{h,m}'
s.requires_arc = true
s.frameworks = 'QuartzCore'
end
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '1.0.0'
s.license = 'Apache License'
s.summary = 'iPhone tracking library for Mixpanel Analytics.'
s.homepage = 'http://mixpanel.com'
s.author = { 'Mixpanel' => 'support@mixpanel.com' }
s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v1.0.0' }
s.frameworks = 'CoreTelephony', 'SystemConfiguration'
s.platform = :ios
s.source_files = 'Mixpanel/**/*.{h,m}'
end
-11
View File
@@ -1,11 +0,0 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '1.2.1'
s.license = 'Apache License'
s.summary = 'iPhone tracking library for Mixpanel Analytics.'
s.homepage = 'http://mixpanel.com'
s.author = { 'Mixpanel' => 'support@mixpanel.com' }
s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :commit => 'a37da8998' }
s.platform = :ios
s.source_files = 'MPLib/**/*.{h,m}'
end
-11
View File
@@ -1,11 +0,0 @@
Pod::Spec.new do |s|
s.name = 'Mixpanel'
s.version = '1.3.1'
s.license = 'Apache License'
s.summary = 'iPhone tracking library for Mixpanel Analytics.'
s.homepage = 'http://mixpanel.com'
s.author = { 'Mixpanel' => 'support@mixpanel.com' }
s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :commit => '82b7e614' }
s.platform = :ios
s.source_files = 'MPLib/**/*.{h,m}'
end
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "NGVaryingGridView"
s.version = "0.0.1"
s.summary = "A GridView which allows to set individual Rects for the Cells."
s.homepage = "https://github.com/NOUSguide/NGVaryingGridView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "NOUSGuide Inc." => "http://www.nousguide.com" }
s.source = { :git => "https://github.com/NOUSguide/NGVaryingGridView.git", :commit => "7b2d2f306a2bcddf1f9e565ecf6ffabb9f82addd" }
s.platform = :ios
s.source_files = 'Classes', 'NGVaryingGridView/NGVaryingGridView/NGVaryingGridView.{h,m}'
s.requires_arc = true
end
+2 -1
View File
@@ -13,5 +13,6 @@ Pod::Spec.new do |s|
'filtering, image and binary logging, traces buffering, timing information, etc.'
s.source_files = 'Client Logger/iOS/*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.ios.frameworks = 'CFNetwork', 'SystemConfiguration'
s.osx.frameworks = 'CFNetwork', 'SystemConfiguration', 'CoreServices'
end
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "NSURLConnectionVCR"
s.version = "0.0.1"
s.summary = "Record and replay NSURLConnection requests/responses in tests."
s.homepage = "https://bitbucket.org/martijnthe/nsurlconnectionvcr"
s.license = {
:type => 'BSD',
:text => <<-LICENSE
Copyright (c) 2012, Martijn The 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. 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.authors = { "Martijn Thé" => "post@martijnthe.nl" }
s.source = { :git => "https://bitbucket.org/martijnthe/nsurlconnectionvcr.git", :commit => "ad597f7" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'NSURLConnectionVCR'
s.requires_arc = true
end
+23
View File
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'OCHamcrest'
s.version = '1.9'
s.license = 'BSD'
s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification'
s.homepage = 'https://github.com/hamcrest/OCHamcrest'
s.author = { 'Jon Reid' => 'jon@qualitycoding.org' }
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'V1.9' }
s.description = %{
OCHamcrest is:
* a library of "matcher" objects that let you declare rules for whether a
given object matches the criteria or not;
* a framework for writing your own matchers.
Matchers are useful for a variety of purposes, such as UI validation. But
they're most commonly used for writing unit tests that are expressive and
flexible.
}
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
end
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'OHAttributedLabel'
s.version = '3.2.1'
s.license = {:type => 'MIT', :file => 'OHAttributedLabel/LICENSE'}
s.summary = 'UILabel that supports NSAttributedString.'
s.homepage = 'https://github.com/AliSoftware/OHAttributedLabel'
s.author = { 'AliSoftware' => 'olivier.halligon+ae@gmail.com' }
s.source = { :git => 'https://github.com/AliSoftware/OHAttributedLabel.git', :tag => '3.2.1' }
s.description = 'This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label.'
s.platform = :ios
s.source_files = 'OHAttributedLabel/**/*.{h,m}'
s.framework = 'CoreText'
end
+21
View File
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "OLImageView"
s.version = "1.0.0"
s.summary = "Animated GIFs implemented the right way."
s.homepage = "https://www.github.com/ondalabs/OLImageView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Diego Torres" => "contact@dtorres.me" }
s.source = { :git => "https://github.com/ondalabs/OLImageView.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = 'OLImage.{h,m}', 'OLImageView.{h,m}'
s.framework = 'ImageIO', 'MobileCoreServices', 'QuartzCore'
s.requires_arc = true
s.subspec 'AFNetworking' do |af|
af.dependency 'AFNetworking'
af.source_files = "Categories/AFImageRequestOperation+OLImage.{h,m}"
end
s.preferred_dependency = 'AFNetworking'
end
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "ObjectiveRecord"
s.version = "1.0.2"
s.summary = "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax."
s.homepage = "https://github.com/mneorr/Objective-Record"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/Objective-Record.git", :tag => "1.0.2" }
s.source_files = 'ObjectiveRecord.h', 'src/**/*.{h,m}'
s.framework = 'CoreData'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.dependency 'ObjectiveSugar'
end
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.1.1"
s.summary = "ObjectiveC additions for humans. Ruby style."
s.homepage = "https://github.com/mneorr/ObjectiveSugar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1.1' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'ObjectiveSugar.h', 'src/**/*.{h,m}'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.1"
s.summary = "ObjectiveC additions for humans. Ruby style."
s.homepage = "https://github.com/mneorr/ObjectiveSugar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'Classes', 'src/**/*.{h,m}'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.2"
s.summary = "ObjectiveC additions for humans. Ruby style."
s.homepage = "https://github.com/mneorr/ObjectiveSugar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.2' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'src/**/*.{h,m}'
end
+14
View File
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.3"
s.summary = "ObjectiveC additions for humans. Ruby style."
s.homepage = "https://github.com/mneorr/ObjectiveSugar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.3' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'src/**/*.{h,m}'
end
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "PDKeychainBindingsController"
s.version = "0.0.1"
s.summary = "PDKeychainBindingsController is intended to make using the Max OSX and iOS Keychains as easy as NSUserDefaults."
s.homepage = "https://github.com/carlbrown/PDKeychainBindingsController"
s.license = 'MIT'
s.author = 'Carl Brown'
s.source = { :git => "https://github.com/carlbrown/PDKeychainBindingsController.git", :commit => "78f6debff6" }
s.source_files = 'PDKeychainBindingsController'
s.requires_arc = true
end
+25
View File
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "PassSlot"
s.version = "0.3"
s.summary = "Objective-C Framework (SDK) for easy Passbook integration."
s.description = <<-DESC
PassSlot is a free service for developers that aims to make Passbook integration easy Really easy.
It combines a Cloud Service that distributes, manages and signs your passes with a powerful Objective-C framework for iOS that reduces the amount of code you need to write to get Passbook integration done.
DESC
s.homepage = "http://www.passslot.com"
s.license = {
:type => 'Commercial',
:text => <<-LICENSE
Copyright © 2012 PassSlot
All rights reserved.
LICENSE
}
s.author = { "PassSlot" => "support@passslot.com" }
s.source = { :git => "https://github.com/passslot/passslot-ios-sdk.git", :tag => "v0.3" }
s.platform = :ios, '6.0'
s.source_files = 'sdk/PassSlot.framework/Headers'
s.preserve_paths = "sdk/PassSlot.framework"
s.frameworks = 'PassSlot', 'PassKit', 'CFNetwork', 'Security', 'SystemConfiguration'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/PassSlot/sdk"' }
end
+1 -1
View File
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/square/PonyDebugger"
s.license = 'Apache Licence, Version 2.0'
s.author = 'Square'
s.source = { :git => "https://github.com/square/PonyDebugger.git", :commit => "0bd4bf9fbefa0777358cbb7a015b91ecbee11597" }
s.source = { :git => "https://github.com/square/PonyDebugger.git", :commit => "31d05eb56b2d1b04e815579ba15b0b7c4104596e" }
s.platform = :ios, '5.0'
s.source_files = 'ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}'
s.requires_arc = true
+1 -1
View File
@@ -26,7 +26,7 @@ namespace :travis do
end
task :setup => [:install_opencflite_debs, :fix_rvm_include_dir] do
sh "CFLAGS='-I#{rvm_ruby_dir}/include' bundle install"
sh "CFLAGS='-I#{rvm_ruby_dir}/include' bundle update"
end
end
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "SCNetworkReachability"
s.version = "1.0.0"
s.summary = "Wrapper for SCNetworkReachability methods of SystemConfiguration.framework"
s.homepage = "https://github.com/belkevich/reachability-ios"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Alexey Belkevich" => "belkevich.alexey@gmail.com" }
s.source = { :git => "https://github.com/belkevich/reachability-ios.git",
:tag => "1.0.0"}
s.platform = :ios
s.source_files = '*.{h,m}'
s.framework = 'SystemConfiguration'
end
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source_files = 'SKBounceAnimation/SKBounceAnimation.{h,m}'
s.requires_arc = true
s.frameworks = 'CoreGraphics', 'QuartzCore'
end
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "SignalR-ObjC"
s.version = "1.0.alpha1"
s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac."
s.homepage = "https://github.com/DyKnow/SignalR-ObjC"
s.license = 'MIT'
s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" }
s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0.alpha1' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'SignalR.Client/**/*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '>=1.0.0'
end
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "SignalR-ObjC"
s.version = "1.0.alpha2"
s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac."
s.homepage = "https://github.com/DyKnow/SignalR-ObjC"
s.license = 'MIT'
s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" }
s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0.alpha2' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'SignalR.Client/**/*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '>=1.0.0'
end
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'StackBluriOS'
s.version = '0.0.1'
s.platform = :ios
s.license = 'BSD'
s.summary = 'Stack Blur implementation for iOS.'
s.homepage = 'https://github.com/tomsoft1/StackBluriOS'
s.author = { 'Thomas Landspurg' => 'thomas.landspurg@gmail.com' }
s.source = { :git => 'https://github.com/tomsoft1/StackBluriOS.git', :commit => 'cb6c78776a7548d0ac9a5686116a9e0f2e08587e' }
s.source_files = 'Classes/UIImage+StackBlur.*'
s.requires_arc = true
end
+24
View File
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'StackMob'
s.version = '1.1.3'
s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s.summary = "StackMob's SDK for accessing the StackMob Services on iOS."
s.homepage = 'http://stackmob.com'
s.author = { 'StackMob' => 'info@stackmob.com' }
s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}', 'Push/*.{h,m}'
s.dependency 'AFNetworking', '1.0'
s.frameworks = 'CoreData', 'Security', 'SystemConfiguration', 'MobileCoreServices'
s.requires_arc = true
s.documentation = {
:appledoc => [
'--index-desc','OverviewForDocs.md',
'--clean-output',
'--no-keep-undocumented-objects',
'--no-keep-undocumented-members',
'--no-repeat-first-par',
'--no-merge-categories',
'--install-docset'
]}
end
+22
View File
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'StackMobPush'
s.version = '1.0.2'
s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s.summary = "StackMob's Push SDK for sending push notifications via the StackMob Services on iOS."
s.homepage = 'http://stackmob.com'
s.author = { 'StackMob' => 'info@stackmob.com' }
s.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'stackmob-ios-push-sdk/*.{h,m}'
s.dependency 'AFNetworking', '1.0RC1'
s.requires_arc = true
s.documentation = {
:appledoc => [
'--no-keep-undocumented-objects',
'--no-keep-undocumented-members',
'--no-repeat-first-par',
'--no-merge-categories',
'--install-docset'
]}
end
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.version = "1.0.1"
s.summary = "Stripe is a web-based API for accepting payments online."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://stripe.com"
s.author = { "Saikat Chakrabarti" => "saikat@stripe.com" }
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.0.1"}
s.source_files = 'Stripe/*.{h,m}'
s.public_header_files = 'Stripe/*.h'
s.framework = 'Foundation'
end

Some files were not shown because too many files have changed in this diff Show More