blob: cb336c1d2cf3a4959a20e8c4ef15aab49ed4d8c6 [file] [log] [blame]
{
"name": "AOPLogger",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "AOPLogger/*.{h,m}",
"ios": {
"dependencies": {
"Aspects": [
]
}
},
"requires_arc": true
}