| { |
| "name": "FadeView", |
| "version": "1.0.0", |
| "summary": "Supports fading animation effect while adding and removing a subview.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/DragonCherry/FadeView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "DragonCherry": "dragoncherry@naver.com" |
| }, |
| "source": { |
| "git": "https://github.com/DragonCherry/FadeView.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "FadeView/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |