[Add] LastCrash 2.0.0
[CocoaPods.git] / Specs / 8 / a / 6 / LRVariadicPerformSelector / 0.2 / LRVariadicPerformSelector.podspec.json
blob79f138ec76f2ef569a721f547ad205c2e215592a
2   "name": "LRVariadicPerformSelector",
3   "version": "0.2",
4   "license": "MIT",
5   "summary": "Simple NSObject category to perform selectors with variadic arguments.",
6   "homepage": "https://github.com/luisrecuenco/LRVariadicPerformSelector",
7   "authors": {
8     "Luis Recuenco": "luis.recuenco@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/luisrecuenco/LRVariadicPerformSelector.git",
12     "tag": "0.2"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source_files": "NSObject+LRVariadicPerformSelector.{h,m}",
19   "requires_arc": true