[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 8 / K9SegmentedControl / 0.4 / K9SegmentedControl.podspec.json
blobecba5fed77ea26838cee36fefcc0c55773e4573b
2   "name": "K9SegmentedControl",
3   "version": "0.4",
4   "summary": "K9SegmentedControl",
5   "description": "A common Segmented Control.",
6   "homepage": "https://github.com/K999999999/K9SegmentedControl",
7   "license": "MIT",
8   "authors": {
9     "K999999999": "peishen_duan@pinssible.com"
10   },
11   "source": {
12     "git": "https://github.com/K999999999/K9SegmentedControl.git",
13     "tag": "0.4"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "K9SegmentedControl",
20   "dependencies": {
21     "Masonry": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "K9SegmentedControl",
28       "public_header_files": "K9SegmentedControl/*.h",
29       "ios": {
30         "source_files": [
31           "K9SegmentedControl/*.{h,m}",
32           "K9SegmentedControl/*.h"
33         ]
34       }
35     }
36   ]