blob: f3ae6de7b185751f282f132f99681c0a34a95201 [file] [log] [blame]
{
"name": "GBInfiniteScrollView",
"version": "1.6",
"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.6"
},
"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}"
}
]
}