blob: d14839266cec4fac2331d1d2e803f41c09e13938 [file] [log] [blame]
{
"name": "SpringBoard",
"version": "0.2.0",
"summary": "Follow iOS Desktop SpringBoard",
"description": "SpringBoard Project is aim to implement iOS Desktop SpringBoard.",
"homepage": "https://github.com/WishesBest1986/SpringBoard.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LiJun": "lijun_211@126.com"
},
"source": {
"git": "https://github.com/WishesBest1986/SpringBoard.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SpringBoard/Classes/**/*",
"resource_bundles": {
"SpringBoard": [
"SpringBoard/Assets/**/*"
]
},
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}