Skip to content

Commit

Permalink
Fixed public/private error.
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Jul 15, 2015
1 parent 0e055ec commit dbf62e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AFDateHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

Pod::Spec.new do |s|
s.name = "AFDateHelper"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Extension for NSDate in Swift."
s.description = <<-DESC
Extension for NSDate in Swift for creating, modifying or comparing dates.
DESC
s.homepage = "https://github.com/melvitax/AFDateHelper"
# s.screenshots = "https://raw.githubusercontent.com/melvitax/AFDateHelper/master/Screenshot.png"
s.screenshots = "https://raw.githubusercontent.com/melvitax/AFDateHelper/master/Screenshot.png"
s.license = 'MIT'
s.author = { "Melvin Rivera" => "melvin@allforces.com" }
s.source = { :git => "https://github.com/melvitax/AFDateHelper.git", :tag => s.version.to_s }
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'AFDateHelper/**/*'
s.resource_bundles = {}
#s.resource_bundles = {}

# s.public_header_files
# s.frameworks
Expand Down
4 changes: 2 additions & 2 deletions AFDateHelper/AFDateExtension.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
//
// AFDateExtension.swift
//
// Version 2.0.2
// Version 2.0.3
//
// Created by Melvin Rivera on 7/15/14.
// Copyright (c) 2014. All rights reserved.
//

import Foundation

enum DateFormat {
public enum DateFormat {
case ISO8601, DotNet, RSS, AltRSS
case Custom(String)
}
Expand Down

0 comments on commit dbf62e6

Please sign in to comment.