blob: 1d5db30a887bc7822b3a4152c6646de414a23126 [file] [log] [blame]
{
"name": "ScoreboardLabel",
"version": "0.2",
"summary": "A label that switches texts by animating a flip of each letter - Written in Swift, using POP",
"description": "A label that switches texts by animating a flip of each letter - Written in Swift, using POP.",
"homepage": "https://github.com/Noambaron/ScoreboardLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noam bar-on": "https://www.linkedin.com/in/noambaron"
},
"social_media_url": "https://www.linkedin.com/in/noambaron",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Noambaron/ScoreboardLabel.git",
"tag": "0.2"
},
"source_files": "ScoreboardLabel/**/*.swift",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}