| { |
| "name": "AppCodeAnalysis", |
| "version": "1.0.0", |
| "summary": "UIViewController+Swizzled. log the current UIViewController", |
| "homepage": "https://github.com/uldh/AppCodeAnalysis", |
| "license": "MIT", |
| "authors": { |
| "Liu Donghao": "uldh@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/uldh/AppCodeAnalysis.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "AppCodeAnalysis/UIViewControllerSwizzled", |
| "AppCodeAnalysis/UIViewControllerSwizzled/*.{h,m}", |
| "AppCodeAnalysis/UIViewControllerSwizzled/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |