[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / e / 1 / NVMAspects / 0.9.1 / NVMAspects.podspec.json
bloba1453778837a699c2eadef21ce35ee55ff3bc726
2   "name": "NVMAspects",
3   "version": "0.9.1",
4   "license": "mit",
5   "summary": "Yet another AOP library for Objective-C.",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/eleme/NVMAspects",
8   "authors": {
9     "Karl Peng": "codelife2012@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/eleme/NVMAspects.git",
13     "tag": "0.9.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": [
19     "NVMAspects/Classes/**/*",
20     "NVMAspects/NVMAspects.h",
21     "NVMAspects/libffi/*.h"
22   ],
23   "vendored_libraries": "NVMAspects/libffi/libffi.a",
24   "public_header_files": [
25     "NVMAspects/NVMAspects.h",
26     "NVMAspects/Classes/Aspects.h"
27   ],
28   "frameworks": "Foundation"