[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 1 / 0 / 6 / LMPageController / 0.0.1 / LMPageController.podspec.json
blobc92838acfd718e130882bc0837c93fc5e9f7597f
2   "name": "LMPageController",
3   "version": "0.0.1",
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": "v.1.0.1"
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   }