| { |
| "name": "DovMess", |
| "version": "0.1.1", |
| "summary": "DovMess is a framework that can pass message from top level UIResponder to the UIResponder where you observe the message.", |
| "description": "DovMess is a framework that can pass message from top level UIResponder to the UIResponder where you observe the message.\nEasy to use. Please review README for details", |
| "license": "MIT", |
| "homepage": "https://www.cainwang.com", |
| "authors": { |
| "cendywang": "cendymails@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/cendywang/DovMess", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/*", |
| "public_header_files": "Pod/Classes/*.h", |
| "frameworks": "UIKit" |
| } |