blob: b8079a29e76b0665c68deb0e56a86d2bea87d8ea [file] [log] [blame]
{
"name": "JPAspect",
"version": "1.0.1",
"summary": "JPAspect fix bugs dynamically by json.",
"homepage": "https://github.com/zhiyongzou/JPAspect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zzyong": "scauzouzhiyong@163.com"
},
"source": {
"git": "https://github.com/zhiyongzou/JPAspect.git",
"tag": "1.0.1"
},
"source_files": "JPAspect/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": "JPAspect/Base/*.{h,m}"
},
{
"name": "Model",
"source_files": "JPAspect/Model/*.{h,m}"
}
]
}