diff --git a/Parse+NSCoding.podspec b/Parse+NSCoding.podspec index 72e2c86..10c101e 100644 --- a/Parse+NSCoding.podspec +++ b/Parse+NSCoding.podspec @@ -9,6 +9,6 @@ Pod::Spec.new do |s| 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.14' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_ROOT}/Parse"' } end