blob: 1763c66bcbde3f56d0ccd19f07f7c95aec82c4dc [file] [log] [blame]
{
"name": "AOPLogger",
"version": "1.1",
"summary": "A new Logger",
"homepage": "https://github.com/heroims/AOPLogger",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"heroims": "heroims@163.com"
},
"source": {
"git": "https://github.com/heroims/AOPLogger.git",
"tag": "1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "AOPLogger/*.{h,m}",
"ios": {
"dependencies": {
"Aspects": [
]
}
},
"requires_arc": true
}