[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / 6 / LMPageController / 2.0.2 / LMPageController.podspec.json
blobc7b63b52a3d9d9d2dbf3199afa57f58bd3173af5
2   "name": "LMPageController",
3   "version": "2.0.2",
4   "summary": "基于TYPagerController的选项卡封装",
5   "description": "基于TYPagerController的选项卡封装,便于集成",
6   "homepage": "https://github.com/hcxyzlm/LMPageController",
7   "license": "MIT",
8   "authors": {
9     "zhuo": "hcxyzlm@126.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/hcxyzlm/LMPageController.git",
16     "tag": "2.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "TYPagerController": [
25       "~> 2.1.2"
26     ]
27   }