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

Commit aaf7ba0

Browse files
committedJan 22, 2015
ParseUI 1.1.0
1 parent 5e77680 commit aaf7ba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎ParseUI.podspec

+2-1
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.3'
3+
s.version = '1.1.0'
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.'
@@ -22,6 +22,7 @@ Pod::Spec.new do |s|
2222
s.public_header_files = 'ParseUI/Classes/LogInViewController/*.h',
2323
'ParseUI/Classes/SignUpViewController/*.h',
2424
'ParseUI/Classes/QueryTableViewController/*.h',
25+
'ParseUI/Classes/QueryCollectionViewController/*.h',
2526
'ParseUI/Classes/ProductTableViewController/*.h',
2627
'ParseUI/Classes/Views/*.h',
2728
'ParseUI/Classes/Cells/*.h',

0 commit comments

Comments
 (0)
This repository has been archived.