[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / b / SegementSlide / 0.10 / SegementSlide.podspec.json
blob98f5c0e47112da561d8de6f12c96104880fe7a6a
2   "name": "SegementSlide",
3   "version": "0.10",
4   "summary": "SegementSlide",
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   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/Jiar/SegementSlide.git",
18     "tag": "0.10"
19   },
20   "ios": {
21     "frameworks": "UIKit",
22     "source_files": [
23       "Source/*.swift",
24       "Source/**/*.swift",
25       "Source/**/**/*.swift"
26     ]
27   },
28   "module_name": "SegementSlide",
29   "requires_arc": true,
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.2"
32   },
33   "static_framework": true,
34   "dependencies": {
35     "SnapKit": [
36       "~> 4.2.0"
37     ]
38   }