| { |
| "name": "KCGameLabel", |
| "version": "0.0.1", |
| "summary": "Swift framework for label animations", |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "description": "- Supported animations: \n Bounce, Faded Zoom, Zoom In-Out, Flip Horizontal, Flip Vertical, Rotate Down, Rotate Up", |
| "homepage": "https://github.com/kinhchendev/KCGameLabel", |
| "license": "MIT", |
| "authors": { |
| "Kinh Tran": "kinhchendev@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/kinhchendev/KCGameLabel.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "KCGameLabel/*.{h,m,swift}", |
| "Classes", |
| "Classes/**/*.{h,m,swift}", |
| "Source", |
| "KCGameLabel/Source/**/*.{h,m,swift}" |
| ], |
| "exclude_files": "Classes/Exclude" |
| } |