blob: 7b0b67954e5a2335aa2e144efd48debac8c61e7f [file] [log] [blame]
{
"name": "AOPLogger",
"version": "1.5",
"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.5"
},
"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": [
]
}
},
{
"name": "AOPGestureRecognizer",
"source_files": "AOPGestureRecognizer/*.{h,m}",
"dependencies": {
"AOPLogger/Core": [
]
}
},
{
"name": "AOPPageView",
"source_files": "AOPPageView/*.{h,m}",
"dependencies": {
"AOPLogger/Core": [
]
}
}
]
}