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

Commit 0bb63fc

Browse files
committed
Merge pull request #2 from ParsePlatform/nlutsenko.11082014.podspec_fix
Fixed podspec reference to umbrella and constants headers.
2 parents b2ed9ff + dc5054d commit 0bb63fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ParseUI.podspec

+2-2
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.0'
3+
s.version = '1.0.1'
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.'
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
'ParseUI/Classes/ProductTableViewController/*.h',
2626
'ParseUI/Classes/Views/*.h',
2727
'ParseUI/Classes/Cells/*.h',
28-
'ParseUI/Classes/Other/*.h'
28+
'ParseUI/Other/*.h'
2929
s.frameworks = 'Foundation',
3030
'UIKit',
3131
'CoreGraphics',

0 commit comments

Comments
 (0)