Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Updated podspec to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poetmountain committed Jan 30, 2016
1 parent fa5a2b2 commit 7350fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PapersPlease.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PapersPlease'
s.version = '0.2.2'
s.version = '0.3.0'
s.license = { :type => 'MIT' }
s.summary = 'A flexible, extensible text validation library written in Swift.'
s.platform = :ios
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.authors = { 'Brett Walker' => 'brett@brettwalker.net' }
s.source = { :git => 'https://github.com/poetmountain/PapersPlease.git', :tag => s.version }
s.source_files = 'Classes/**/*.swift'
s.requires_arc = true
s.requires_arc = true
end

0 comments on commit 7350fb3

Please sign in to comment.