[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 2 / f / PagingDataController / 0.2.0 / PagingDataController.podspec.json
blobd631db82de97eb98a1dfec7c716abdee6a00092c
2   "name": "PagingDataController",
3   "version": "0.2.0",
4   "summary": "A Swift pattern to apply paging data to UIViewController",
5   "description": "Only configure some properties & your view controller will load data by page automatically.\nMagic !!!",
6   "homepage": "https://github.com/congncif/PagingDataController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NGUYEN CHI CONG": "congnc.if@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/congncif/PagingDataController.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/congncif",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "vendored_frameworks": "PagingDataController/PagingDataController.framework",
23   "dependencies": {
24     "SVPullToRefresh": [
25       "~> 0.4"
26     ]
27   }