| { | |
| "name": "GTMotionTransitioning", | |
| "version": "0.0.1", | |
| "summary": "场景切换轻量化工具", | |
| "homepage": "https://github.com/liuxc123/GTMotionTransitioning", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "liuxc123": "lxc_work@126.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/liuxc123/GTMotionTransitioning.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "public_header_files": "src/*.h", | |
| "source_files": [ | |
| "src/*.{h,m,mm}", | |
| "src/private/*.{h,m,mm}" | |
| ] | |
| } |