blob: 5c3532795c4f997b8b3680aa556b9a6299b7e96d [file] [log] [blame]
{
"name": "GBInfiniteScrollView",
"version": "1.7",
"summary": "GBInfiniteScrollView class provides an endlessly scroll view organized in pages.",
"homepage": "https://github.com/gblancogarcia",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gerardo Blanco": "gblancogarcia@gmail.com"
},
"source": {
"git": "https://github.com/gblancogarcia/GBInfiniteScrollView.git",
"tag": "1.7"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GBInfiniteScrollView/GBInfiniteScrollView/*.{h,m}"
},
{
"name": "PageControl",
"dependencies": {
"GBInfiniteScrollView/Core": [
],
"FXPageControl": [
"~> 1.3.2"
]
},
"source_files": "GBInfiniteScrollView/GBInfiniteScrollView/Optional/PageControlSubClass/*.{h,m}"
}
]
}