blob: 877921fba9ec698f42cbf559e2436422582771b4 [file] [log] [blame]
{
"name": "CategoryView",
"version": "1.0.0",
"summary": "Scroll Animation Category View",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ksc89kim/CategoryView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kim sunchul": "ksc89kim@naver.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ksc89kim/CategoryView.git",
"tag": "1.0.0"
},
"exclude_files": "CategoryView/CategoryView/Category/**/*",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "CategoryView/CategoryView/Category/**/*"
}
]
}