From 133855ff69f2b99ef4aa3fcf0341301d2101741d Mon Sep 17 00:00:00 2001 From: pavankris Date: Sat, 25 Oct 2014 20:11:48 -0400 Subject: [PATCH] update podspec to take the latest release, can u also please create a release. I have also update dependency based upon the discussion, if its wrong can u also please update it and push the pod to trunk --- Parse+NSCoding.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Parse+NSCoding.podspec b/Parse+NSCoding.podspec index 72e2c86..72d5f09 100644 --- a/Parse+NSCoding.podspec +++ b/Parse+NSCoding.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = "Parse+NSCoding" - s.version = "0.1.4" + s.version = "0.2.0" s.summary = "iOS library for serializing Parse objects " s.homepage = "https://github.com/martinrybak/Parse-NSCoding" s.license = { :type => 'MIT' } s.author = { "Martin Rybak" => "martin.rybak@gmail.com" } - s.source = { :git => "https://github.com/martinrybak/Parse-NSCoding.git", :tag => "0.1.4" } + s.source = { :git => "https://github.com/martinrybak/Parse-NSCoding.git", :tag => "0.2.0" } s.platform = :ios, '6.0' s.source_files = '*.{h,m}' s.requires_arc = true - s.dependency 'Parse-iOS-SDK', '~> 1.2.18' - s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Parse-iOS-SDK"' } + s.dependency 'Parse', '~> 1.4' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Parse"' } end