[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / a / APLoopingScrollView / 1.0.0 / APLoopingScrollView.podspec.json
blob1fb05bf4adfa0262b0182e63da05895d30c6b905
2   "name": "APLoopingScrollView",
3   "version": "1.0.0",
4   "summary": "Looping UIScrollView implementation, supports custom page size and item spacing. Built in Swift",
5   "description": "After failing to find a decent looping scroll view impelementation I set out to build my own. APLoopingScrollView is a direct subclass of UIScrollView that displays collections of cards in either horizontal or vertical orientation.\n\n                    You have control over:\n\n                    * Item Size\n                    * Item Spacing\n                    * Scroll Direction\n                    * Paging",
6   "homepage": "https://github.com/MrBendel/APLoopingScrollView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/MrBendel/APLoopingScrollView/master/APLoopingScrollView/APLoopingScrollView/gifs/horz.gif",
9     "https://raw.githubusercontent.com/MrBendel/APLoopingScrollView/master/APLoopingScrollView/APLoopingScrollView/gifs/vert.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Andrew Poes": "doniguan@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/doniguan",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/MrBendel/APLoopingScrollView.git",
24     "tag": "1.0.0",
25     "commit": "e9a031659cf4172cab836924a3f1f979f82cd3f9"
26   },
27   "source_files": [
28     "APLoopingScrollView/APLoopingScrollView/Source/",
29     "APLoopingScrollView/APLoopingScrollView/Source/**/*.{h,m}"
30   ],
31   "exclude_files": "Classes/Examples"