diff --git a/DAO.podspec b/DAO.podspec index 858377d..b2f26d0 100644 --- a/DAO.podspec +++ b/DAO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DAO' - s.version = '1.1.1' + s.version = '1.1.2' s.summary = 'DAO Library' s.description = 'Library provides easy way to cache entities.' s.homepage = 'https://github.com/RedMadRobot/DAO' diff --git a/README.md b/README.md index ce4dcc8..707a96c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Issues count](https://img.shields.io/github/issues/RedMadRobot/DAO.svg)](https://img.shields.io/github/issues/RedMadRobot/DAO.svg) -[![Cocoapod](https://img.shields.io/badge/pod-1.0.3-blue.svg)](https://img.shields.io/badge/pod-1.0.1-blue.svg) -[![Swift](https://img.shields.io/badge/swift-3.0-red.svg)](https://img.shields.io/badge/swift-3.0-red.svg) +[![Cocoapod](https://img.shields.io/badge/pod-1.1.2-blue.svg)](https://img.shields.io/badge/pod-1.0.1-blue.svg) +[![Swift](https://img.shields.io/badge/swift-4.0-red.svg)](https://img.shields.io/badge/swift-3.0-red.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg) @@ -63,8 +63,8 @@ Please look at the example project for more information. ## Requirements -- XCode 8 -- Swift 3 +- XCode 9 +- Swift 4 - iOS 9 ## Authors