blob: 36c889964cd7c747956c2d337138bea0a66d808d [file] [log] [blame]
{
"name": "OCUDL",
"version": "0.1.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.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": null
}
}