| { |
| "name": "StepOHelper", |
| "version": "0.0.1", |
| "summary": "A kit for wokre of StepOHelper", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/nooto/StepOHelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| " StepO": "gaogao323@126.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/nooto/StepOHelper.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "StepOHelper/**/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/*\"" |
| }, |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "YYKit": [ |
| |
| ] |
| } |
| } |