blob: df81941862d6d68a9794fc14b455da9070b94f88 [file] [log] [blame]
{
"name": "APLObject",
"version": "0.0.2",
"summary": "NSObject subclass with automatic debugDescription",
"description": " creates a debug description containing all properties and their value using runtime-magic\n",
"homepage": "https://github.com/apploft/APLObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tobias Conradi": "tobias.conradi@apploft.de"
},
"source": {
"git": "https://github.com/apploft/APLObject.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}