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

Commit

Permalink
Update CocoaPods to version 1.4.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschob authored and hebertialmeida committed Jan 31, 2018
1 parent 444ea35 commit 71c9b59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 71c9b59

Please sign in to comment.