[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 3 / 8 / SPInfinitePagingView / 0.1.0 / SPInfinitePagingView.podspec.json
blob993c7b84f4572ebba57f523b91c0f1c924c506a3
2   "name": "SPInfinitePagingView",
3   "version": "0.1.0",
4   "summary": "An inifinite, paging UIScrollView built to be simple.",
5   "description": "Provides a simple, easy to use interface for building\niOS applications that need to page infinitely in either\ndirection.",
6   "homepage": "https://github.com/spitzgoby/SPInfinitePagingView",
7   "license": "MIT",
8   "authors": {
9     "Thomas Leu": "tomleu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/spitzgoby/SPInfinitePagingView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SPInfinitePagingView": [
22       "Pod/Assets/*.png"
23     ]
24   }