Skip to content

Commit e1a9c62

Browse files
author
Matteo Crippa
committed
fix version
1 parent 3a949e7 commit e1a9c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CacheManager.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Pod::Spec.new do |s|
44
s.name = "CacheManager"
55
s.summary = "CacheManager lets you cache objects locally using Realm, and then manage them."
66
s.requires_arc = true
7-
s.version = "0.1.0"
7+
s.version = "0.1.1"
88
s.license = { :type => "MIT", :file => "LICENSE" }
99
s.author = { "Matteo Crippa" => "[email protected]" }
1010
s.homepage = "http://boostco.de"
11-
s.source = { :git => "https://github.com/boostcode/CacheManager.git", :tag => "0.0.5"}
11+
s.source = { :git => "https://github.com/boostcode/CacheManager.git", :tag => "0.1.1"}
1212
s.framework = 'Foundation'
1313
s.dependency 'RealmSwift'
1414
s.source_files = "CacheManager/*.{swift}"

0 commit comments

Comments
 (0)