Skip to content

Commit

Permalink
Merge pull request #1 from RomanPodymov/swift_4.2
Browse files Browse the repository at this point in the history
Support for Swift 4.2.1 / Xcode 10.1
  • Loading branch information
mkj-is authored Jan 21, 2019
2 parents ec486bd + 84fe5c1 commit f36a49b
Show file tree
Hide file tree
Showing 48 changed files with 247 additions and 1,741 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Carthage
# `pod install` in .travis.yml
#
# Pods/
Example/Pods/*
7 changes: 3 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target 'TFBubbleItUp_Example', :exclusive => true do
target 'TFBubbleItUp_Example' do
pod "TFBubbleItUp", :path => "../"
end

target 'TFBubbleItUp_Tests', :exclusive => true do
target 'TFBubbleItUp_Tests' do
pod "TFBubbleItUp", :path => "../"


end
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- TFBubbleItUp (1.1.0)
- TFBubbleItUp (1.5.1)

DEPENDENCIES:
- TFBubbleItUp (from `../`)
Expand All @@ -9,6 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
TFBubbleItUp: 594fea14d87fc9bbf16f24fdacb6c57a6a4e91bd
TFBubbleItUp: 0c8e5a529b99d4be10b78ef760c87bb6956b4b7f

COCOAPODS: 0.38.2
PODFILE CHECKSUM: ec09662bf6a10af1d96455895e3005dd08d9fa55

COCOAPODS: 1.6.0.beta.2
25 changes: 0 additions & 25 deletions Example/Pods/Local Podspecs/TFBubbleItUp.podspec.json

This file was deleted.

14 changes: 0 additions & 14 deletions Example/Pods/Manifest.lock

This file was deleted.

798 changes: 0 additions & 798 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f36a49b

Please sign in to comment.