blob: 59eb8d4d9775a283f5eaed65ceed231345deb6db [file] [log] [blame]
{
"name": "LROptional",
"version": "0.1",
"license": "MIT",
"summary": "A simple NSObject category to simplify sending optional messages to objects.",
"homepage": "https://github.com/luisrecuenco/LROptional",
"authors": {
"Luis Recuenco": "luis.recuenco@gmail.com"
},
"source": {
"git": "https://github.com/luisrecuenco/LROptional.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "NSObject+LROptional.{h,m}",
"requires_arc": true
}