blob: 1c9d93df14ac292bcf96fd70d075b62c84e7157f [file] [log] [blame]
{
"name": "libObjCAttr",
"version": "1.3.0",
"summary": "Attribute-oriented programming library & tooling for iOS and OSX.",
"description": " Library implements [Attribute-Oriented Programming](https://en.wikipedia.org/wiki/Attribute-oriented_programming) paradigm in Objective-C. It allows to add various metadata to the class, each method, property or ivar of the class.\n",
"homepage": "https://github.com/epam/lib-obj-c-attr",
"license": "BSD-3",
"authors": {
"EPAM Systems, Inc": "SupportROAD@epam.com"
},
"source": {
"git": "https://github.com/epam/lib-obj-c-attr.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "libObjCAttr/**/*.{h,m}",
"public_header_files": "libObjCAttr/**/*.h",
"header_dir": "ROAD",
"resources": [
"libObjCAttr/Resources/*",
"tools/binaries/ROADAttributesCodeGenerator"
],
"social_media_url": "https://twitter.com/libobjcattr"
}