Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Swift 4.2.1 / Xcode 10.1 #1

Merged
merged 15 commits into from
Jan 21, 2019
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: 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