Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Update CocoaPods to version 1.4.0 #309

Merged
merged 1 commit into from
Jan 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AEXML: 5ebafc1b75e0bcf0f1b09b8ca8fed2d5a199479b
FolioReaderKit: 81ea49f2a32f05193f1f0407145eeae355f30ea7
FolioReaderKit: a20e4d9667a97fefcb8ea613767a9833471cbf73
FontBlaster: 84229df8e3a7a6dacb190565bc543747a0c323f9
JSQWebViewController: 51041569b75d19dbb6b7fe0b7ae053c32409a9be
MenuItemKit: d9b539b28fdbbd7980d6f3668b9cd6daefeabd9b
Expand All @@ -45,4 +45,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d5e64429a71bc13b6eceb790b04656d8082e4d66

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0
5 changes: 3 additions & 2 deletions FolioReaderKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/FolioReader/FolioReaderKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/hebertialmeida'

s.platform = :ios, '8.0'
s.requires_arc = true
s.swift_version = '4.0'
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = [
'Source/*.{h,swift}',
Expand Down