Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit d20f141

Browse files
committed
ParseUI 1.0.3
1 parent 7b82a0a commit d20f141

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ParseUI.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseUI'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.license = { :type => 'SDK', :file => 'LICENSE'}
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.'
@@ -31,6 +31,6 @@ Pod::Spec.new do |s|
3131
'CoreGraphics',
3232
'QuartzCore'
3333

34-
s.dependency 'Parse', '~> 1.5'
35-
s.dependency 'ParseFacebookUtils', '~> 1.5'
34+
s.dependency 'Parse', '~> 1.6'
35+
s.dependency 'ParseFacebookUtils', '~> 1.6'
3636
end

Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ workspace 'ParseUI'
44
xcodeproj 'ParseUI.xcodeproj'
55
link_with 'ParseUIDemo'
66

7-
pod 'Parse', '~> 1.5'
8-
pod 'ParseFacebookUtils', '~> 1.5'
7+
pod 'Parse', '~> 1.6'
8+
pod 'ParseFacebookUtils', '~> 1.6'

0 commit comments

Comments
 (0)