Skip to content

Commit a4b8f05

Browse files
committed
Release version 0.5.1.
1 parent e5c4222 commit a4b8f05

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Moderator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Moderator'
3-
s.version = '0.5.0'
3+
s.version = '0.5.1'
44
s.summary = 'A simple, modular command line argument parser in Swift.'
55
s.description = 'Moderator is a simple Swift library for parsing commandline arguments.'
66
s.homepage = 'https://github.com/kareman/Moderator'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)