[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / 5 / MethodAspects / 0.1.0 / MethodAspects.podspec.json
blob8133d35662da264ad32635fb5e52bd1506f70f35
2   "name": "MethodAspects",
3   "version": "0.1.0",
4   "summary": "切面编程",
5   "description": "相比Aspects增加几点功能:类方法和实例方法可同时进行拦截,方法拦截可根据需要调用原super方法,支持结构体参数传递。",
6   "homepage": "https://github.com/youlianchun/MethodAspects",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "youlianchun": "youlianchunios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/youlianchun/MethodAspects.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MethodAspects/Classes/**/*"