[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / d / JLPageView / 0.3.0 / JLPageView.podspec.json
blob1864a907cd7e153b8d913d87ce291cef81fbbe12
2   "name": "JLPageView",
3   "version": "0.3.0",
4   "summary": "A view which supports pagination like View Pager.",
5   "description": "A view which supports pagination like View Pager. Also infinite scroll is supported.",
6   "homepage": "https://github.com/buhikon/JLPageView",
7   "license": "MIT",
8   "authors": {
9     "Joey L.": "slarinz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/buhikon/JLPageView.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JLPageView": [
22       "Pod/Assets/*.png"
23     ]
24   }