[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / 8 / c / b / SegementSlide / 0.12 / SegementSlide.podspec.json
blob1cd26f7b326be6965e8105afc863f0d8cf2f7924
2   "name": "SegementSlide",
3   "version": "0.12",
4   "summary": "Multi-tier UIScrollView nested scrolling solution. ðŸ˜‹ðŸ˜‹ðŸ˜‹",
5   "homepage": "https://github.com/Jiar/SegementSlide",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jiar": "iiimjiar@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/JiarYoo",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Jiar/SegementSlide.git",
19     "tag": "0.12"
20   },
21   "ios": {
22     "frameworks": "UIKit",
23     "source_files": [
24       "Source/*.swift",
25       "Source/**/*.swift",
26       "Source/**/**/*.swift"
27     ]
28   },
29   "module_name": "SegementSlide",
30   "requires_arc": true,
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "4.2"
33   },
34   "static_framework": true,
35   "dependencies": {
36     "SnapKit": [
37       "~> 4.2.0"
38     ]
39   }