Skip to content

Commit

Permalink
🚀 Update PredicateKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ftchirou committed Nov 26, 2020
1 parent 04d61c6 commit 84f7e93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PredicateKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Pod::Spec.new do |spec|
spec.name = "PredicateKit"
spec.version = "1.0.0"
spec.summary = "Write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions."
spec.description = <<-DESC
PredicateKit allows Swift developers to write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.
spec.name = "PredicateKit"
spec.version = "1.1.0"
spec.summary = "Write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions."
spec.description = <<-DESC
PredicateKit allows Swift developers to write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.
DESC
spec.homepage = "https://github.com/ftchirou/PredicateKit"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down

0 comments on commit 84f7e93

Please sign in to comment.