| { |
| "name": "YTDebug", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "Tools for viewing logs on a mobile phone.", |
| "homepage": "https://github.com/songyutao/YTDebug", |
| "authors": { |
| "宋玉涛": "iamsongyutao@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/songyutao/YTDebug.git", |
| "tag": "1.0.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "YTDebug", |
| "source_files": "YTDebug/YTDebug", |
| "dependencies": { |
| "YTAssistiveTouch": [ |
| |
| ], |
| "CocoaLumberjack": [ |
| |
| ] |
| }, |
| "frameworks": [ |
| "UIKit" |
| ] |
| } |
| ] |
| } |