[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 3 / f / DGElasticPullView / 1.2.2 / DGElasticPullView.podspec.json
blob3c9f18121f9cef1ad819571d7cc9dade30d41706
2   "name": "DGElasticPullView",
3   "version": "1.2.2",
4   "authors": {
5     "Danil Gontovnik": "gontovnik.danil@gmail.com"
6   },
7   "homepage": "https://github.com/gontovnik/DGElasticPullToRefresh",
8   "summary": "Base on DGElasticPullToRefresh (Support pullToRefresh manually & pullToLoadMore)",
9   "source": {
10     "git": "https://github.com/catofdestruction/DGElasticPullToRefresh.git",
11     "tag": "1.2.2"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "DGElasticPullToRefresh/*.swift",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   }