blob: 84a04810564f1dcef45d670b4a5c711fc3f56cc5 [file] [log] [blame]
{
"name": "KRNPageViewController",
"version": "0.0.2",
"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.2"
},
"source_files": "KRNPageViewController/*.{h,m}",
"public_header_files": "KRNPageViewController/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}