[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 0 / Refreshable / 1.0.0 / Refreshable.podspec.json
blobd7bc7ec734255ba9bced79039391426b4e2e86ab
2   "name": "Refreshable",
3   "version": "1.0.0",
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.0.0"
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   }