Skip to content

Commit

Permalink
Merge pull request #43 from Oni-zerone/release/0.4.1
Browse files Browse the repository at this point in the history
Release/0.4.1
  • Loading branch information
Oni-zerone committed Jun 28, 2019
2 parents 45eb5c7 + 9505780 commit b0443a9
Show file tree
Hide file tree
Showing 62 changed files with 3,251 additions and 1,275 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
23 changes: 16 additions & 7 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 (0.4.1):
- PowerTools/Core (= 0.4.1)
- PowerTools/CollectionVM (0.4.1):
- PowerTools/Core
- PowerTools/Core (0.4.0)
- PowerTools/Core (0.4.1)
- 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: e5c6bf917d78d6fb4b63611f83a9a4be8cddcab3
PowerToolsTester: cce5270b189036bc1b7dda0b30773374be745165

PODFILE CHECKSUM: 48c20d66f414453cb32e39dc329adefc74dd552a
PODFILE CHECKSUM: bd56953ceb0419089006965221b4defccd051f52

COCOAPODS: 1.7.2
13 changes: 6 additions & 7 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.

23 changes: 16 additions & 7 deletions Example/Pods/Manifest.lock

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

0 comments on commit b0443a9

Please sign in to comment.