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