| { |
| "name": "LGAccelerometerModule", |
| "version": "0.0.3", |
| "summary": "加速度计组件.", |
| "description": "获取设备加速度", |
| "homepage": "https://github.com/applekwork/LGAccelerometerModule.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LG": "applekwork@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/applekwork/LGAccelerometerModule.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "public_header_files": "Classes/**/*.h", |
| "requires_arc": true |
| } |