[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / c / PageCollectionViewLayout / 0.0.1 / PageCollectionViewLayout.podspec.json
blob8eff20bc0c978b79b1f7ba49c6cb0d2b77b4d76a
2   "name": "PageCollectionViewLayout",
3   "version": "0.0.1",
4   "summary": "A quick and dirty UICollectionFlowLayout that mimics some of the UIPageViewController.",
5   "description": "I did not like how the UIPageViewController handled data. I didn't really need a new viewcontroller for each screen so I developed a UICollectionViewLay (subclass of UICollectionFlowLayout) that would mimic the look but would allow me to preform data updates similar to that of the UITableViewContoller.",
6   "homepage": "https://github.com/someoneAnyone/PageCollectionViewLayout",
7   "license": "MIT",
8   "authors": {
9     "Pete": "peter.ina@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/someoneAnyone/PageCollectionViewLayout.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/peter_ina",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "PageCollectionViewLayout": [
23       "Pod/Assets/*.png"
24     ]
25   }