blob: 1ba9b775287e242782b32041d0a3b2aa82aef799 [file] [log] [blame]
{
"name": "MagicPie",
"version": "1.0.0",
"summary": "Powerfull pie layer for creating your own pie view",
"homepage": "https://github.com/AlexandrGraschenkov/MagicPie",
"license": "MIT",
"authors": {
"Alexandr Graschenkov": "alexandr.graschenkov91@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/AlexandrGraschenkov/MagicPie.git",
"tag": "1.0.0"
},
"source_files": [
"MagicPieLayer",
"MagicPieLayer/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"QuartzCore",
"CoreGraphics"
]
}