Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into cleanup
  • Loading branch information
sbenedicadb committed Jan 7, 2021
2 parents 109e3ce + b2e0247 commit df0e476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AEPRulesEngine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPRulesEngine"
s.version = "0.0.1"
s.version = "1.0.0-beta.1"
s.summary = "AEPRulesEngine"
s.description = <<-DESC
A simple, generic, extensible Rules Engine in Swift
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.28.1")
],
targets: [
.target(name: "AEPRulesEngine", dependencies: []),
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![codecov](https://codecov.io/gh/yangyansong-adbe/aepsdk-rulesengine-ios/branch/dev/graph/badge.svg?token=T8LRU71KTB)](undefined)

# AEPRulesEngine

<!--
Expand Down

0 comments on commit df0e476

Please sign in to comment.