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.
2 parents 2ffa975 + c7bcd1b commit 5a8deafCopy full SHA for 5a8deaf
Parse.podspec
@@ -1,9 +1,9 @@
1
Pod::Spec.new do |s|
2
s.name = 'Parse'
3
s.version = '1.11.0'
4
- s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
+ s.license = { :type => 'BSD', :file => 'LICENSE' }
5
s.homepage = 'https://www.parse.com/'
6
- s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
+ 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'
8
9
s.source = { :git => "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git", :tag => s.version.to_s }
0 commit comments