blob: 4f17c208b600ec62d6d54f2cb16798f49cb43520 [file] [log] [blame]
{
"name": "ObjCMacros",
"version": "1.0.0",
"license": "MIT",
"summary": "Set of macros and constants that speed up development without adding any new classes and categories.",
"homepage": "https://github.com/mureev/ObjCMacros",
"authors": {
"Constantine Mureev": "mureev@gmail.com",
"Artem Samalov": "artem.samalov@gmail.com"
},
"source": {
"git": "https://github.com/mureev/ObjCMacros.git",
"tag": "1.0.0"
},
"requires_arc": false,
"source_files": "ObjCMacros/*.{h,m}",
"platforms": {
"ios": "5.0"
}
}