blob: 1e877205388abde8111717305730513b43203f1b [file] [log] [blame]
{
"name": "AGRateView",
"version": "0.2",
"summary": "AGRateView - This is UI component for iOS Application. By using it you can easy implement ratings in your application.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Gubarev": "gubarev.lesha@gmail.com"
},
"homepage": "https://github.com/ogubariev/AGRateView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ogubariev/AGRateView.git",
"tag": "0.2"
},
"public_header_files": "AGRateView/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"AGRateView/*.{h,m}",
"AGRateView/Shapes/Default Shape/*.{h,m}"
]
},
{
"name": "Shapes",
"source_files": "AGRateView/Shapes/Custom Shapes/**/*.{h,m}"
}
]
}