[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 1 / IRLInfiniteScrollView / 0.1.1 / IRLInfiniteScrollView.podspec.json
blob9b61a80f9f7d6104ab60627cb97542dc56ed7913
2   "name": "IRLInfiniteScrollView",
3   "version": "0.1.1",
4   "summary": "An infinite ScrollView.",
5   "description": "A very simple to implement an infinite scrolling effect to UIScrollView. You can either use the subclass or the extension provided to UIScrollView if you don't want to subclass.",
6   "license": {
7     "type": "GNU GENERAL PUBLIC LICENSE. Denis Martin. Luxembourg",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/charlymr/IRLInfiniteScrollView",
11   "authors": {
12     "Denis Martin": "support@irlmobile.com"
13   },
14   "source": {
15     "git": "https://github.com/charlymr/IRLInfiniteScrollView.git",
16     "branch": "master",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Default",
23   "subspecs": [
24     {
25       "name": "Default",
26       "source_files": [
27         "Source",
28         "Source/**/*.{h,m,swift}"
29       ],
30       "ios": {
31         "frameworks": [
32           "Foundation",
33           "UIKit"
34         ]
35       },
36       "requires_arc": true
37     }
38   ]