Skip to content

Commit f12771f

Browse files
committed
Updated podspec.
1 parent 37d86e1 commit f12771f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ DerivedData
2222

2323
# CocoaPods
2424
Pods
25+
26+
*.xcuserstate

M13OrderedDictionary.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44

55
s.name = "M13OrderedDictionary"
6-
s.version = "1.0.6"
6+
s.version = "1.1.0"
77
s.summary = "A cross between NSArray and NSDictionary. It holds an ordered list of objects and keys."
88

99
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414

1515
s.license = {:type => 'MIT',
1616
:text => <<-LICENSE
17-
Copyright (c) 2013 Brandon McQuilkin
17+
Copyright (c) 2015 Brandon McQuilkin
1818
1919
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
2020
"Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
@@ -27,7 +27,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2727
LICENSE
2828
}
2929

30-
s.author = { "Brandon McQuilkin" => "marxon13@yahoo.com" }
30+
s.author = { "Brandon McQuilkin" => "brandon.mcquilkin@gmail.com" }
3131

3232
s.ios.deployment_target = '5.0'
3333
s.osx.deployment_target = '10.7'

0 commit comments

Comments
 (0)