blob: 4d330509ef948831b926e8749139baf580ac6b2b [file] [log] [blame]
{
"name": "DKScrollNavigationControl",
"version": "0.0.1",
"summary": "Scroll navigation control for asynchronous scrolling with another UIScrollView for iOS",
"homepage": "https://github.com/dimidrol86/DKScrollNavigationControl",
"license": "MIT",
"authors": "Dmitry Konygin",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dimidrol86/DKScrollNavigationControl.git",
"tag": "v0.0.1"
},
"source_files": "Library/*",
"requires_arc": true,
"dependencies": {
"PureLayout": [
"~> 3.0.1"
]
}
}