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

Commit

Permalink
ParseUI 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jan 12, 2015
1 parent 7b82a0a commit d20f141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ParseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseUI'
s.version = '1.0.2'
s.version = '1.0.3'
s.license = { :type => 'SDK', :file => 'LICENSE'}
s.homepage = 'https://www.parse.com/'
s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.'
Expand Down Expand Up @@ -31,6 +31,6 @@ Pod::Spec.new do |s|
'CoreGraphics',
'QuartzCore'

s.dependency 'Parse', '~> 1.5'
s.dependency 'ParseFacebookUtils', '~> 1.5'
s.dependency 'Parse', '~> 1.6'
s.dependency 'ParseFacebookUtils', '~> 1.6'
end
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ workspace 'ParseUI'
xcodeproj 'ParseUI.xcodeproj'
link_with 'ParseUIDemo'

pod 'Parse', '~> 1.5'
pod 'ParseFacebookUtils', '~> 1.5'
pod 'Parse', '~> 1.6'
pod 'ParseFacebookUtils', '~> 1.6'

0 comments on commit d20f141

Please sign in to comment.