blob: 735af5624a84e597999e3962b1200dc9117e0a7d [file] [log] [blame]
{
"name": "AspectsPlus",
"version": "1.0",
"summary": "Delightful, simple library for aspect oriented programming.",
"homepage": "https://github.com/heroims/AspectsPlus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heroims": "heroims@163.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/heroims/AspectsPlus.git",
"tag": "1.0"
},
"source_files": "Aspects.{h,m}",
"requires_arc": true
}