| { |
| "name": "LMPageController", |
| "version": "2.0.2", |
| "summary": "基于TYPagerController的选项卡封装", |
| "description": "基于TYPagerController的选项卡封装,便于集成", |
| "homepage": "https://github.com/hcxyzlm/LMPageController", |
| "license": "MIT", |
| "authors": { |
| "zhuo": "hcxyzlm@126.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/hcxyzlm/LMPageController.git", |
| "tag": "2.0.2" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "TYPagerController": [ |
| "~> 2.1.2" |
| ] |
| } |
| } |