blob: f3efd4fb72421e13f9a37925378cfac1c87334a4 [file] [log] [blame]
{
"name": "libObjCAttr",
"version": "1.2.2",
"summary": "Attribute-oriented programming library & tooling for iOS..",
"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.2.2"
},
"platforms": {
"ios": "5.0"
},
"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"
}