blob: 6d89a7909a340d4b72217cbdf2986665e90b03ba [file] [log] [blame]
{
"name": "IRLInfiniteScrollView",
"version": "0.1.2",
"summary": "An infinite ScrollView.",
"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.",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE. Denis Martin. Luxembourg",
"file": "LICENSE"
},
"homepage": "https://github.com/charlymr/IRLInfiniteScrollView",
"authors": {
"Denis Martin": "support@irlmobile.com"
},
"source": {
"git": "https://github.com/charlymr/IRLInfiniteScrollView.git",
"branch": "master",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": [
"Source",
"Source/**/*.{h,m,swift}"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}
]
}