blob: 580a723b27a4e38f7c9e2d801eaf1966cef43e32 [file] [log] [blame]
{
"name": "NVMAspects",
"version": "0.9.2",
"license": "mit",
"summary": "Yet another AOP library for Objective-C.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/eleme/NVMAspects",
"authors": {
"Karl Peng": "codelife2012@gmail.com"
},
"source": {
"git": "https://github.com/eleme/NVMAspects.git",
"tag": "0.9.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"NVMAspects/Classes/**/*",
"NVMAspects/NVMAspects.h",
"NVMAspects/libffi/*.h"
],
"vendored_libraries": "NVMAspects/libffi/libffi.a",
"public_header_files": [
"NVMAspects/NVMAspects.h",
"NVMAspects/Classes/Aspects.h"
],
"frameworks": "Foundation"
}