We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f53ec commit 7af0bffCopy full SHA for 7af0bff
Parse.podspec
@@ -4,7 +4,8 @@ Pod::Spec.new do |s|
4
s.license = { :type => 'BSD', :file => 'LICENSE' }
5
s.homepage = 'http://parseplatform.org/'
6
s.summary = 'A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.'
7
- s.authors = 'Parse'
+ s.authors = 'Parse Community'
8
+ s.social_media_url = 'https://twitter.com/ParsePlatform'
9
10
s.source = { :git => "https://github.com/parse-community/Parse-SDK-iOS-OSX.git", :tag => s.version.to_s }
11
0 commit comments