blob: 4b8f5723d832b7629f6481066176341debc26a8e [file] [log] [blame]
{
"name": "Puyopuyo",
"version": "0.9.1",
"summary": "A short description of Puyopuyo.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Jrwong/Puyopuyo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jrwong": "jr-wong@qq.com"
},
"source": {
"git": "https://github.com/scubers/puyopuyo.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"public_header_files": "Puyopuyo/Classes/**/*.h",
"source_files": [
"Puyopuyo/Classes/Core/**/*.{h,m,swift}",
"Puyopuyo/Classes/Util/**/*.{h,m,swift}",
"Puyopuyo/Classes/View/**/*.{h,m,swift}"
],
"swift_version": "5.1"
}