From 5e3ea4008162dc399ea0a0335e925f209f7957c9 Mon Sep 17 00:00:00 2001 From: Herman Liang Date: Wed, 19 Apr 2017 21:09:27 +0800 Subject: [PATCH] update pod spec homepage --- Parse.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse.podspec b/Parse.podspec index 59a8d67b2..35e2ff30b 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'Parse' s.version = '1.14.4' s.license = { :type => 'BSD', :file => 'LICENSE' } - s.homepage = 'https://www.parse.com/' + s.homepage = 'http://parseplatform.org/' s.summary = 'A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.' s.authors = 'Parse'