| { | |
| "name": "CKDynamicDispatcher", | |
| "version": "1.0.0", | |
| "summary": "Dynamic dispatch any UIViewController with any property and method", | |
| "homepage": "https://github.com/kaychn126/CKDynamicDispatcher", | |
| "license": "MIT", | |
| "authors": { | |
| "kaychn126": "kaychn@126.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/kaychn126/CKDynamicDispatcher.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "CKDynamicDispatcher/", | |
| "CKDynamicDispatcher/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |