You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
# Be sure to run `pod lib lint ParseArrayHelper.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'ParseArrayHelper'
s.version = '0.1.7'
s.summary = 'Helpful class extensions for NSArray and NSSet when using the Parse iOS SDK'
s.description = <<-DESC
TODO: This pod contains two useful class extensions for NSArray and NSSet that make it easier to work with the Parse iOS SDK. Specifically, it saves time with two convenience methods for locating a Parse Object by it's objectId in an NSSet or NSArray, saving on recursive code.