blob: ae18122dea7060868e32f5157210749129975ee8 [file] [log] [blame]
{
"name": "Parchment",
"version": "1.0.3",
"license": "MIT",
"summary": "A flexible paging menu controller with support for infinite data sources.",
"description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.",
"homepage": "https://github.com/rechsteiner/Parchment",
"authors": {
"Martin Rechsteiner": "marrechsteiner@gmail.com"
},
"social_media_url": "http://twitter.com/rechsteiner",
"source": {
"git": "https://github.com/rechsteiner/Parchment.git",
"tag": "v1.0.3"
},
"platforms": {
"ios": "8.2"
},
"source_files": [
"Parchment/**/*.swift",
"Parchment/*.swift"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}