blob: 5dd725b345c04bf57e9633c77eaa32cd79dc2a3d [file] [log] [blame]
{
"name": "PSPageControl",
"version": "0.1.2",
"summary": "Easy parallax effect in UIPageControl",
"description": "Easy parallax effect in UIPageControl in Swift.",
"homepage": "https://github.com/sochalewski/PSPageControl",
"license": "MIT",
"authors": {
"Piotr Sochalewski": "sochalewski@gmail.com"
},
"source": {
"git": "https://github.com/sochalewski/PSPageControl.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.swift",
"frameworks": "UIKit",
"dependencies": {
"UIImageViewAlignedSwift": [
"~> 0.1.0"
]
},
"deprecated": true
}