Skip to content

Commit

Permalink
Merge pull request #14 from infinum/feature/rollback-to-alpha-release
Browse files Browse the repository at this point in the history
Feature/rollback to alpha release
  • Loading branch information
nikolamajcen authored Apr 20, 2021
2 parents 7742a29 + 8ab9cd6 commit be942d7
Show file tree
Hide file tree
Showing 99 changed files with 1,047 additions and 1,264 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use_frameworks!
platform :ios, '10.0'

target 'ToolBox_Example' do
pod 'ToolBox', :path => '../'
target 'Sentinel_Example' do
pod 'Sentinel', :path => '../'

target 'ToolBox_Tests' do
target 'Sentinel_Tests' do
inherit! :search_paths
end
end
60 changes: 30 additions & 30 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
PODS:
- ToolBox (0.1.0):
- ToolBox/Default (= 0.1.0)
- ToolBox/Core (0.1.0)
- ToolBox/CustomInfo (0.1.0):
- ToolBox/Core
- ToolBox/CustomLocation (0.1.0):
- ToolBox/Core
- ToolBox/Default (0.1.0):
- ToolBox/Core
- ToolBox/CustomInfo
- ToolBox/CustomLocation
- ToolBox/GeneralInfo
- ToolBox/OptionSwitch
- ToolBox/PerformanceInfo
- ToolBox/TextEditing
- ToolBox/UserDefaults
- ToolBox/GeneralInfo (0.1.0):
- ToolBox/CustomInfo
- ToolBox/OptionSwitch (0.1.0):
- ToolBox/Core
- ToolBox/PerformanceInfo (0.1.0):
- ToolBox/Core
- ToolBox/TextEditing (0.1.0):
- ToolBox/Core
- ToolBox/UserDefaults (0.1.0):
- ToolBox/Core
- Sentinel (0.9.0):
- Sentinel/Default (= 0.9.0)
- Sentinel/Core (0.9.0)
- Sentinel/CustomInfo (0.9.0):
- Sentinel/Core
- Sentinel/CustomLocation (0.9.0):
- Sentinel/Core
- Sentinel/Default (0.9.0):
- Sentinel/Core
- Sentinel/CustomInfo
- Sentinel/CustomLocation
- Sentinel/GeneralInfo
- Sentinel/OptionSwitch
- Sentinel/PerformanceInfo
- Sentinel/TextEditing
- Sentinel/UserDefaults
- Sentinel/GeneralInfo (0.9.0):
- Sentinel/CustomInfo
- Sentinel/OptionSwitch (0.9.0):
- Sentinel/Core
- Sentinel/PerformanceInfo (0.9.0):
- Sentinel/Core
- Sentinel/TextEditing (0.9.0):
- Sentinel/Core
- Sentinel/UserDefaults (0.9.0):
- Sentinel/Core

DEPENDENCIES:
- ToolBox (from `../`)
- Sentinel (from `../`)

EXTERNAL SOURCES:
ToolBox:
Sentinel:
:path: "../"

SPEC CHECKSUMS:
ToolBox: 244261ce5b87d23be568b6ba5e997bdfa010108f
Sentinel: af74edfd482fda424c0a5e5736240658431dda0b

PODFILE CHECKSUM: 9b72e3f79370eb248d8d9886c14fbef37beef631
PODFILE CHECKSUM: e10a3a2088aa5a9d18babe53feee8f6ae6fbb221

COCOAPODS: 1.10.1
159 changes: 159 additions & 0 deletions Example/Pods/Local Podspecs/Sentinel.podspec.json

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

Loading

0 comments on commit be942d7

Please sign in to comment.