Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wolter committed Aug 25, 2014
1 parent fa7b688 commit 22cdb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VOKCoreDataManager.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "VOKCoreDataManager"
s.version = "1.0.5"
s.version = "1.0.6"
s.platform = :ios
s.ios.deployment_target = "6.0"
s.summary = "VOKAL's Core Data Manager"
s.homepage = "https://github.com/vokalinteractive/VOKCoreDataManager"
s.license = { :type => "MIT", :file => "LICENSE.txt"}
s.author = { "VOKAL Interactive" => "[email protected]" }
s.source = { :git => "https://github.com/vokalinteractive/VOKCoreDataManager.git", :tag => "1.0.5" }
s.source = { :git => "https://github.com/vokalinteractive/VOKCoreDataManager.git", :tag => "1.0.6" }
s.source_files = "*.{h,m}", "Optional Data Sources/*.{h,m}", "Internal/*.{h,m}"
s.framework = "CoreData"
s.requires_arc = true
Expand Down

0 comments on commit 22cdb1c

Please sign in to comment.