[Add] PayUIndia-PayUParams 4.1.1
[CocoaPods.git] / Specs / e / 4 / 0 / Refreshable / 1.1.1 / Refreshable.podspec.json
blobb7de6d32f2f7960ad53c829bcd50d17c7845f2b6
2   "name": "Refreshable",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "Pull to refresh and load more function for UIScrollView",
6   "homepage": "https://github.com/hoangtaiki/Refreshable",
7   "authors": {
8     "Hoangtaiki": "duchoang.vp@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/hoangtaiki/Refreshable.git",
12     "tag": "1.1.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source_files": "Source/**/*.swift",
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   }