[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / f / PagingDataController / 2.1.0 / PagingDataController.podspec.json
blobb639444c07078ffe236550b12fe505ca313d30a5
2   "name": "PagingDataController",
3   "version": "2.1.0",
4   "summary": "A Swift pattern to apply paging data to UIViewController",
5   "swift_versions": [
6     "4.2",
7     "5.0",
8     "5.1",
9     "5.1"
10   ],
11   "description": "Only configure some properties & your view controller will load data by page automatically.\nMagic !!!",
12   "homepage": "https://github.com/congncif/PagingDataController",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "NGUYEN CHI CONG": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/PagingDataController.git",
22     "tag": "2.1.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "8.0"
27   },
28   "default_subspecs": "Default",
29   "swift_version": "5.1",
30   "subspecs": [
31     {
32       "name": "Default",
33       "dependencies": {
34         "PagingDataController/Core": [
36         ],
37         "PagingDataController/UIExtension": [
39         ]
40       }
41     },
42     {
43       "name": "Core",
44       "source_files": "PagingDataController/Core/**/*"
45     },
46     {
47       "name": "UIExtension",
48       "source_files": "PagingDataController/UIExtension/**/*",
49       "dependencies": {
50         "PagingDataController/Core": [
52         ],
53         "SiFUtilities": [
55         ],
56         "SVPullToRefresh": [
58         ]
59       }
60     }
61   ]