[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 4 / 0 / AFPaginator / 1.0.2 / AFPaginator.podspec.json
blob62e9fdc740e2c818d686bd2a2b5e297433f41ba7
2   "name": "AFPaginator",
3   "version": "1.0.2",
4   "summary": "The library that helps to manage paginated sources",
5   "description": "This library performs operations that are common for loading lists of data divided into pages: preventing races of page loading, checking whether there's more data to load and so forth. It also provides classes that could handle page parameters calculations for the most basic cases.",
6   "homepage": "https://github.com/anton-filimonov/Paginator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Filimonov": "anton.s.filimonov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/anton-filimonov/Paginator.git",
16     "tag": "1.0.2"
17   },
18   "social_media_url": "https://twitter.com/AntonFilimon",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Paginator/Classes/*.{h,m}"
30     },
31     {
32       "name": "ParametersProviders",
33       "source_files": "Paginator/Classes/PagingParametersProviders/*.{h,m}",
34       "dependencies": {
35         "AFPaginator/Core": [
37         ]
38       }
39     }
40   ]