blob: 0b8d1b5921a6a76b26a8dcaf93df1fc89fbbb0d2 [file] [log] [blame]
{
"name": "OCUDL",
"version": "0.2.0",
"summary": "User defined literals for Objective-C.",
"homepage": "https://github.com/dbachrach/OCUDL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dustin Bachrach": "ahdustin@gmail.com"
},
"source": {
"git": "https://github.com/dbachrach/OCUDL.git",
"tag": "0.2.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": null
}
}