blob: 340cb75fa16537fc66aa690ba1882499d66965a5 [file] [log] [blame]
{
"name": "HRAssert",
"version": "1.1",
"summary": "Custom assert defines.",
"description": "Custom assert defines. Check for isKindOfClass: and conformsProtocol:.",
"homepage": "https://github.com/ivanshevelev/HRAssert",
"license": "MIT",
"authors": {
"Ivan Shevelev": "ivan.shevelev@sibers.com"
},
"source": {
"git": "https://github.com/ivanshevelev/HRAssert.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": {
"HRAssert": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation"
}