Skip to content

Commit 5a8deaf

Browse files
committed
Merge pull request #736 from ParsePlatform/nlutsenko.podspec.license
Update license and summary in the podspec.
2 parents 2ffa975 + c7bcd1b commit 5a8deaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'Parse'
33
s.version = '1.11.0'
4-
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
4+
s.license = { :type => 'BSD', :file => 'LICENSE' }
55
s.homepage = 'https://www.parse.com/'
6-
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
6+
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

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

0 commit comments

Comments
 (0)