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