Skip to content

Commit 1cdc4f1

Browse files
committed
Updated podspec to reference forked source
1 parent 7467d1b commit 1cdc4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.summary = 'A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.'
77
s.authors = 'Parse'
88

9-
s.source = { :git => "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git", :tag => s.version.to_s }
9+
s.source = { :git => "https://github.com/sstadelman/Parse-SDK-iOS-OSX.git", :tag => s.version.to_s }
1010

1111
s.platform = :ios, :osx, :tvos, :watchos
1212
s.ios.deployment_target = '7.0'

0 commit comments

Comments
 (0)