blob: 0e840812df071662c0cc2e163d6dd64d7f383c3c [file] [log] [blame]
{
"name": "RXCPageViewController",
"version": "1.0",
"summary": "A page view controller that easy to use and extend",
"description": "a paged view controller is very useful, but I can not find a very good source code for that, so why not create one?",
"homepage": "https://github.com/ruixingchen/RXCPageViewController",
"license": "MIT",
"authors": {
"ruixingchen": "dev@ruixingchen.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/ruixingchen/RXCPageViewController.git",
"tag": "1.0"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_versions": "5.1",
"swift_version": "5.1"
}