blob: 674b7cf53ff23b6d49b7e71ea2bfb64967c5311e [file] [log] [blame]
{
"name": "JXPageControl",
"version": "0.1.3",
"summary": "Custom UIPageControl: supports multiple animations, layouts",
"description": "Custom UIPageControl: a most complete PageControl framework that supports multiple animations and layouts.",
"homepage": "https://github.com/Code-TanJX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Code-TanJX": "Code_TanJX@163.com"
},
"source": {
"git": "https://github.com/Code-TanJX/JXPageControl.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"subspecs": [
{
"name": "Common",
"source_files": "JXPageControl/Classes/Common/**/*"
},
{
"name": "Jump",
"source_files": "JXPageControl/Classes/Jump/**/*",
"dependencies": {
"JXPageControl/Common": [
]
}
},
{
"name": "Transform",
"source_files": "JXPageControl/Classes/Transform/**/*",
"dependencies": {
"JXPageControl/Common": [
]
}
}
]
}