[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / f / PagingDataController / 1.0.1 / PagingDataController.podspec.json
blob54facdb58fd1422065b7707eae54ae03745984ac
2   "name": "PagingDataController",
3   "version": "1.0.1",
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": "1.0.1"
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": [
26     ]
27   }