blob: 472d145fb08b4d57ff2e8fa8fe7c8181dffbecb8 [file] [log] [blame]
{
"name": "TBSpringBoard",
"version": "0.0.2",
"summary": "This is UI component which is similar to the iOS HomeScreen.",
"description": "This is simulate the iOS SpringBoard.",
"homepage": "https://github.com/TimBao/TBSpringBoard",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"Tim": "dabao0521@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TimBao/TBSpringBoard.git",
"tag": "0.0.1"
},
"source_files": "TBSpringBoard/SpringBoard/*.{h,m}",
"resources": [
"TBSpringBoard/**/*.png"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}