Skip to content

Commit

Permalink
Added new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
k06a committed Mar 2, 2013
1 parent 1943dea commit fdcdcc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NSEnumeratorLinq/0.0.1/NSEnumeratorLinq.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = "An NSEnumerator LINQ category."
s.homepage = "https://github.com/k06a/NSEnumeratorLinq"
s.author = { "Anton Bukov" => "k06aaa@gmail.com" }
s.source = { :git => "https://github.com/k06a/NSEnumeratorLinq.git", :tag => "v0.0.1" }
s.source = { :git => "https://github.com/k06a/NSEnumeratorLinq.git", :tag => "0.0.1" }
s.source_files = 'NSEnumeratorLinq'
s.requires_arc = true
end
11 changes: 11 additions & 0 deletions NSEnumeratorLinq/0.1.0/NSEnumeratorLinq.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "NSEnumeratorLinq"
s.version = "0.1.0"
s.license = 'MIT'
s.summary = "An NSEnumerator LINQ category."
s.homepage = "https://github.com/k06a/NSEnumeratorLinq"
s.author = { "Anton Bukov" => "k06aaa@gmail.com" }
s.source = { :git => "https://github.com/k06a/NSEnumeratorLinq.git", :tag => "0.1.0" }
s.source_files = 'NSEnumeratorLinq'
s.requires_arc = true
end

0 comments on commit fdcdcc0

Please sign in to comment.