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