| { |
| "name": "InterpolatedAnimation", |
| "version": "0.1.0", |
| "summary": "Library for building complex gesture driven animations", |
| "homepage": "https://github.com/mrabiciu/InterpolatedAnimation", |
| "license": { |
| "type": "MIT", |
| "file": "License.txt" |
| }, |
| "authors": { |
| "Max Rabiciuc": "mrabiciu@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/mrabiciu/InterpolatedAnimation.git", |
| "tag": "v0.1.0" |
| }, |
| "source_files": [ |
| "InterpolatedAnimation/*.swift", |
| "InterpolatedAnimation/*.h" |
| ], |
| "public_header_files": "InterpolatedAnimation/*.h", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |