blob: a81d7bfe12189c25e0cb8da7585ee1a5e28c14e7 [file] [log] [blame]
{
"name": "SwiftMenuPages",
"version": "0.0.1",
"summary": "a simple pageViewController in Swift",
"description": "This CocoaPods library helps you build pageViewController faster.",
"homepage": "https://github.com/peter6601/SwiftMenuPages",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DinDin": "peterdindin@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/peter6601/SwiftMenuPages.git",
"tag": "0.0.1"
},
"source_files": [
"SwiftMenuPages",
"SwiftMenuPages/**/*.{h,m}"
],
"exclude_files": "SwiftMenuPages/Exclude"
}