[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 0 / a / Parchment / 0.1.1 / Parchment.podspec.json
blob78a20ff4dacf5f2924559e4e09073687c07fc30e
2   "name": "Parchment",
3   "version": "0.1.1",
4   "license": "MIT",
5   "summary": "A flexible paging menu controller with support for infinite data sources.",
6   "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.",
7   "homepage": "https://github.com/rechsteiner/Parchment",
8   "authors": {
9     "Martin Rechsteiner": "marrechsteiner@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/rechsteiner",
12   "source": {
13     "git": "https://github.com/rechsteiner/Parchment.git",
14     "tag": "v0.1.1"
15   },
16   "platforms": {
17     "ios": "8.2"
18   },
19   "source_files": [
20     "Parchment/**/*.swift",
21     "Parchment/*.swift"
22   ],
23   "requires_arc": true