blob: c04194d002e2a4df6b5768c361ea786c2be21235 [file] [log] [blame]
{
"name": "SJPageViewController",
"version": "0.0.11",
"summary": "SJPageViewController.",
"description": "A container view controller that manages navigation between pages of content, where each page is managed by a child view controller.",
"homepage": "https://github.com/changsanjiang/SJPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang@gmail.com": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJPageViewController.git",
"tag": "0.0.11"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "ObjC",
"swift_versions": "5",
"subspecs": [
{
"name": "ObjC",
"subspecs": [
{
"name": "PageViewController",
"source_files": "SJPageViewController/ObjC/PageViewController/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJPageViewController/ObjC/PageViewController/Core/**/*.{h,m}"
}
]
},
{
"name": "PageMenuBar",
"source_files": "SJPageViewController/ObjC/PageMenuBar/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJPageViewController/ObjC/PageMenuBar/Core/**/*.{h,m}"
}
]
}
]
},
{
"name": "Swift",
"subspecs": [
{
"name": "PageViewController",
"source_files": "SJPageViewController/Swift/PageViewController/*.swift",
"subspecs": [
{
"name": "Core",
"source_files": "SJPageViewController/Swift/PageViewController/Core/**/*.swift"
}
]
},
{
"name": "PageMenuBar",
"source_files": "SJPageViewController/Swift/PageMenuBar/*.swift",
"subspecs": [
{
"name": "Core",
"source_files": "SJPageViewController/Swift/PageMenuBar/Core/**/*.swift"
}
]
}
]
}
],
"swift_version": "5"
}