blob: 9951f1b1a2c28e11c09c8513a18a86a2c68ab1ac [file] [log] [blame]
{
"name": "BMYCircleStepView",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"summary": "Simple view rendering a number of selectable circles.",
"description": "Simple view showing the steps of a flow as used in the Beamly iOS app.",
"homepage": "https://github.com/beamly/BMYCircleStepView",
"authors": {
"Alberto De Bortoli": "alberto@beamly.com",
"Stefan Dougan-Hyde": "stefan@beamly.com"
},
"source": {
"git": "https://github.com/beamly/BMYCircleStepView.git",
"tag": "1.0.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.md"
},
"source_files": [
"BMYCircleStepView/*.{h,m}"
],
"requires_arc": true
}