blob: 10949439f31416065c33fff15a107b9093352bf8 [file] [log] [blame]
{
"name": "KRNPageViewController",
"version": "0.0.1",
"summary": "KRNPageViewController is a wrapper of UIPageViewController that simplifies its usage",
"homepage": "https://github.com/ulian-onua/KRNPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNPageViewController.git",
"tag": "0.0.1"
},
"source_files": "KRNPageViewController/*.{h,m}",
"public_header_files": "KRNPageViewController/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}