[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 0 / f / 3 / IMXSegmentKit / 1.0.0 / IMXSegmentKit.podspec.json
blobc87d26eca54f871fd9c5bb9a1326be67ccb3d635
2   "name": "IMXSegmentKit",
3   "version": "1.0.0",
4   "summary": "custom UI:segment control developed by UIColloectionView.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/PanZhow/IMXSegmentKit.git",
10   "authors": {
11     "zhoupanpan": "2331838272@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/PanZhow/IMXSegmentKit.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IMXSegmentKit/IMXSegment/*.{h,m}",
22   "public_header_files": [
23     "IMXSegmentKit/IMXSegment/*.{h}"
24   ],
25   "dependencies": {
26     "IMXExtentCpt": [
27       "~> 1.0.0"
28     ],
29     "Masonry": [
30       "~> 1.1.0"
31     ]
32   }