blob: e52468a8a6a691e4affd4803b66268e3ce94bffe [file] [log] [blame]
{
"name": "HRMethodsAttributes",
"version": "1.1",
"summary": "Simple attribute defines for 'deprecated' and 'unavailable'.",
"description": "Simple attribute defines for 'deprecated' and 'unavailable'. Just write DEPRECATED(or another define)(instead of ugly __attribute__((blah-blah-blah)) after method's declaration to make it deprecated.",
"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.1"
},
"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"
}