Skip to content

Commit

Permalink
updated spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt committed Feb 1, 2016
1 parent d4f7f54 commit 3e8d2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LinqToObjectiveC.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'LinqToObjectiveC'
s.version = '1.0.0'
s.version = '2.1.0'
s.summary = 'Brings a Linq-style fluent query API to Objective-C.'
s.author = {
'Colin Eberhardt' => '[email protected]'
}
s.source = {
:git => 'https://github.com/ColinEberhardt/LinqToObjectiveC.git',
:tag => '1.0.0'
:tag => '2.1.0'
}
s.license = {
:type => 'MIT',
Expand Down

0 comments on commit 3e8d2c4

Please sign in to comment.