[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / b / HXSegment / 0.0.2 / HXSegment.podspec.json
blob1caa176630aa3d1bf58c5c37f341c4e9e31b248d
2   "name": "HXSegment",
3   "version": "0.0.2",
4   "summary": "分段控件的二次封装",
5   "description": "基于pod 'HMSegmentedControl' 的二次封装",
6   "homepage": "https://github.com/EarthMass/TestSegmentAndRefreshTableViewDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mars": "627556038@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/EarthMass/TestSegmentAndRefreshTableViewDemo.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "TestSegmentAndRefreshTableViewDemo/HXSegment/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "HMSegmentedControl": [
30     ]
31   }