blob: ba22fa9ae7f19659309725fe4c0ff31fdfa498a5 [file] [log] [blame]
{
"name": "Aspect",
"version": "1.3.4",
"license": "MIT",
"summary": "Aspect Oriented Programming in Objective-C and Swift",
"homepage": "https://github.com/iKrisLiu/Aspect",
"authors": {
"Kris Liu": "ikris.liu@gmail.com"
},
"source": {
"git": "https://github.com/iKrisLiu/Aspect.git",
"tag": "1.3.4"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"module_name": "Aspect",
"source_files": "Aspect/**/*.{h,m,swift}",
"swift_version": "5.0"
}