blob: 45f43c5af032e0b5cbd948d7605aca281d66a01a [file] [log] [blame]
{
"name": "NOCircleSelector",
"version": "1.0.3",
"summary": "Circle shaped control to select given number of values.",
"homepage": "https://github.com/natalia-osa/",
"license": "Apache 2.0",
"authors": {
"natalia.osiecka": "osiecka.n@gmail.com"
},
"source": {
"git": "https://github.com/natalia-osa/NOCircleSelector.git",
"tag": "1.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "NOCircleSelector/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"NOCategories": [
]
}
}
]
}