| { |
| "name": "NYSTK", |
| "version": "0.0.5", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "summary": "ios alert framework.", |
| "homepage": "https://github.com/niyongsheng/NYSTK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "NiYongsheng": "niyongsheng@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/niyongsheng/NYSTK.git", |
| "tag": "0.0.5" |
| }, |
| "source_files": "NYSTK/**/*.{h,m}", |
| "resources": "NYSTK/NYSTK.bundle", |
| "dependencies": { |
| "ReactiveObjC": [ |
| ">= 1.0.1" |
| ], |
| "Masonry": [ |
| ">= 1.0.0" |
| ] |
| }, |
| "requires_arc": true |
| } |