blob: e96f4badcf1ba62ced7929f3e40579a2753d2e22 [file] [log] [blame]
{
"name": "AOCUDL",
"version": "1.0.0",
"summary": "AOCUDL - An alternative shorthand syntax to Dustin Bachrach's OCUDL.",
"description": "The purpose of AOCUDL is to provide a simple way to define custom literals for Objective-C. These are correctly typecast, extensible and flexible.",
"homepage": "http://www.dudas.co.uk/aocudl/",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Klaus-Peter Dudas": "klaus@hypercrypt.net"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/hypercrypt/AOCUDL.git",
"tag": "1.0.0"
},
"source_files": "AOCUDL/*.{h,m}",
"exclude_files": "AOCUDLTests",
"frameworks": "Foundation",
"requires_arc": true
}