| { | |
| "name": "DPObjCRuntime", | |
| "version": "1.0", | |
| "summary": "对Objective-C中`Runtime`特性进行封装", | |
| "description": "对Objective-C中`Runtime`特性进行封装,方便使用", | |
| "homepage": "https://github.com/DancewithPeng/ObjCRuntime.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "张鹏": "dancewithpeng@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/DancewithPeng/ObjCRuntime.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": "ObjCRuntime/**/*.{h,m}" | |
| } |