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

Commit 4e069f0

Browse files
committed
Merge pull request #127 from ParsePlatform/nlutsenko.podspec
Cleanup podspec, update Parse dependency.
2 parents 1a71688 + 160e8c8 commit 4e069f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ParseUI.podspec

Lines changed: 4 additions & 4 deletions
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.1.4'
3+
s.version = '1.1.5'
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.'
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111

1212
s.platform = :ios
1313
s.requires_arc = true
14-
s.ios.deployment_target = '6.0'
14+
s.ios.deployment_target = '7.0'
1515

1616
s.prepare_command = <<-CMD
1717
ruby ParseUI/Scripts/convert_images.rb \
@@ -28,11 +28,11 @@ Pod::Spec.new do |s|
2828
'ParseUI/Classes/Cells/*.h',
2929
'ParseUI/Other/*.h'
3030
s.resources = ['ParseUI/Resources/Localization/*.lproj']
31-
s.xcconfig = { 'OTHER_LDFLAGS' => '$(inherited) -undefined dynamic_lookup' }
3231
s.frameworks = 'Foundation',
3332
'UIKit',
3433
'CoreGraphics',
3534
'QuartzCore'
3635

37-
s.dependency 'Parse', '~> 1.7'
36+
s.dependency 'Bolts/Tasks', '~> 1.2'
37+
s.dependency 'Parse', '~> 1.8'
3838
end

0 commit comments

Comments
 (0)