Skip to content

Commit

Permalink
Merge 68cc76d into b9b76e3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-zerone committed Jun 22, 2019
2 parents b9b76e3 + 68cc76d commit 85b0078
Show file tree
Hide file tree
Showing 51 changed files with 2,305 additions and 1,254 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ osx_image: xcode10.2
before_install:
- gem update fastlane --no-document
- gem update cocoapods --no-document
- pod repo update
script:
- cd Example/
- pod install
- fastlane ci
3 changes: 2 additions & 1 deletion Example/Podfile
Expand Up @@ -3,10 +3,11 @@ use_frameworks!

target 'PowerTools_Example' do
pod 'PowerTools', :path => '../'
pod 'PowerTools/CollectionVM', :path => '../'

target 'PowerTools_Tests' do
inherit! :search_paths

pod 'PowerToolsTester', :path => '../'

end
end
15 changes: 12 additions & 3 deletions Example/Podfile.lock
@@ -1,21 +1,30 @@
PODS:
- PowerTools (0.4.0):
- PowerTools/CollectionVM (= 0.4.0)
- PowerTools/Core (= 0.4.0)
- PowerTools/CollectionVM (0.4.0):
- PowerTools/Core
- PowerTools/Core (0.4.0)
- PowerToolsTester (0.4.0):
- PowerToolsTester/CoreTester (= 0.4.0)
- PowerToolsTester/CoreTester (0.4.0):
- PowerTools/CollectionVM (~> 0.4)
- PowerTools/Core (~> 0.4)

DEPENDENCIES:
- PowerTools (from `../`)
- PowerTools/CollectionVM (from `../`)
- PowerToolsTester (from `../`)

EXTERNAL SOURCES:
PowerTools:
:path: "../"
PowerToolsTester:
:path: "../"

SPEC CHECKSUMS:
PowerTools: 94391c852ee1ad1c70be7a9d197ce574ad7c8d77
PowerTools: 270006d28b10af4f63030dd0e239a356a28483ea
PowerToolsTester: cce5270b189036bc1b7dda0b30773374be745165

PODFILE CHECKSUM: 48c20d66f414453cb32e39dc329adefc74dd552a
PODFILE CHECKSUM: bd56953ceb0419089006965221b4defccd051f52

COCOAPODS: 1.7.2
9 changes: 4 additions & 5 deletions Example/Pods/Local Podspecs/PowerTools.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions Example/Pods/Local Podspecs/PowerToolsTester.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,278 changes: 875 additions & 403 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions Example/Pods/Target Support Files/Pods-PowerTools_Tests/Info.plist

This file was deleted.

0 comments on commit 85b0078

Please sign in to comment.