Skip to content

Commit

Permalink
Point podspec to Eureka ~> 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed May 2, 2018
1 parent 2c5ae1d commit a0518d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
PODS:
- Eureka (4.0.1)
- Eureka (4.1.1)

DEPENDENCIES:
- Eureka (~> 4.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs:
- Eureka

SPEC CHECKSUMS:
Eureka: c8bd5cc07143b6f66268c208d28a246c99b41955
Eureka: b88fb930e42c79f8c03c373d0fcdc28c1d6c50ed

PODFILE CHECKSUM: b98ed18408fa47f64c608d7faa1df0fd7c1c561b

COCOAPODS: 1.2.0
COCOAPODS: 1.5.0
4 changes: 2 additions & 2 deletions SuggestionRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SuggestionRow"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "Eureka row that displays completion suggestions either below the row in a table view or in the input accessory view above the keyboard."
s.homepage = "https://github.com/EurekaCommunity/SuggestionRow"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift}'
s.dependency 'Eureka', '3.0'
s.dependency 'Eureka', '~> 4.0'
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit a0518d3

Please sign in to comment.