blob: 2453dea60aee100d64337e810676a4d6a8e01509 [file] [log] [blame]
{
"name": "SAMStarListView",
"version": "0.0.1",
"summary": "iOS component for drawing stars and reacting to touches.",
"homepage": "https://github.com/samnung/SAMStarListView",
"screenshots": [
"https://raw.github.com/samnung/SAMStarListView/master/screenNoEmpty.png",
"https://raw.github.com/samnung/SAMStarListView/master/screenGrayEmpty.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roman Kříž": "samnung@gmail.com"
},
"source": {
"git": "https://github.com/samnung/SAMStarListView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "4.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}
}