Skip to content

Commit

Permalink
[Add] LRVariadicPerformSelector 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrecuenco authored and CocoaPodsBot committed Feb 28, 2015
1 parent 674f9cf commit 4e99812
Showing 1 changed file with 19 additions and 0 deletions.
@@ -0,0 +1,19 @@
{
"name": "LRVariadicPerformSelector",
"version": "0.1",
"license": "MIT",
"summary": "Simple NSObject category to perform selectors with variadic arguments.",
"homepage": "https://github.com/luisrecuenco/LRVariadicPerformSelector",
"authors": {
"Luis Recuenco": "luis.recuenco@gmail.com"
},
"source": {
"git": "https://github.com/luisrecuenco/LRVariadicPerformSelector.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NSObject+LRVariadicPerformSelector.{h,m}",
"requires_arc": true
}

0 comments on commit 4e99812

Please sign in to comment.