blob: 0a6bd61045942c026bf84875a0270f75f80c7cfb [file] [log] [blame]
{
"name": "SJPageViewController",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"source_files": "SJPageViewController/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJPageViewController/Core/**/*.{h,m}"
},
{
"name": "ScrollToolbar",
"source_files": "SJPageViewController/ScrollToolbar/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
}
}
]
}