blob: eff7cb70886ab2e1aebe61da53a5b78865a918d9 [file] [log] [blame]
{
"name": "HRMethodsAttributes",
"version": "1.0.0",
"summary": "Simple attribute defines for 'deprecated' and 'unavailabled'.",
"description": "Simple attribute defines for 'deprecated' and 'unavailabled'. Just write DEPRECATED(or another define) after method's declaration to make it deprecated instead of ugly __attribute(blah-blah-blah).",
"homepage": "https://github.com/ivanshevelev/HRMethodsAttributes",
"license": "MIT",
"authors": {
"Ivan Shevelev": "ivan.shevelev@sibers.com"
},
"source": {
"git": "https://github.com/ivanshevelev/HRMethodsAttributes.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/antsy_ivan",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HRMethodsAttributes": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}