[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 1 / ScrollEdgeControl / 1.2.0 / ScrollEdgeControl.podspec.json
blob4b1c5b04aa6c21cc8c2475830e5d9a0dc2f7cf46
2   "name": "ScrollEdgeControl",
3   "version": "1.2.0",
4   "summary": "Yet another UIRefreshControl",
5   "description": "Yet another UIRefreshControl. It's control for edge in scroll view.",
6   "homepage": "http://github.com/eure/ScrollEdgeControl",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "hiroshi.kimura@eure.jp",
10     "Matto": "takuma.matsushita@eure.jp"
11   },
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/eure/ScrollEdgeControl.git",
17     "tag": "1.2.0"
18   },
19   "dependencies": {
20     "Advance": [
22     ]
23   },
24   "default_subspecs": "Library",
25   "swift_versions": [
26     "5.4",
27     "5.5"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "ScrollEdgeControl/Core/**/*.swift"
33     },
34     {
35       "name": "Library",
36       "source_files": "ScrollEdgeControl/Library/**/*.swift",
37       "dependencies": {
38         "ScrollEdgeControl/Core": [
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.5"