blob: d6a9b196b4b824d393e3b542fbda310a1c52ac0d [file] [log] [blame]
{
"name": "AOPLogger",
"version": "1.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"default_subspecs": "Core",
"requires_arc": true,
"ios": {
"dependencies": {
"Aspects": [
]
}
},
"subspecs": [
{
"name": "Core",
"source_files": "AOPLogger/*.{h,m}"
},
{
"name": "AOPClick",
"source_files": "AOPClick/*.{h,m}",
"dependencies": {
"AOPLogger/Core": [
]
}
}
]
}