blob: 6ab45d46f704d916272ee57cb36e338920593e19 [file] [log] [blame]
{
"name": "NYSTK",
"version": "0.0.1",
"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.1"
},
"source_files": "NYSTK/**/*.{h,m}",
"resources": "NYSTK/NYSTK.bundle",
"dependencies": {
"ReactiveObjC": [
">= 1.0.1"
],
"Masonry": [
">= 1.0.0"
]
},
"requires_arc": true
}