| { |
| "name": "GOSSpritedAnimationView", |
| "version": "1.0.0", |
| "authors": { |
| "Chris Cox": "cjcox@google.com" |
| }, |
| "summary": "A control providing an alternative to animating an array of images with an UIImageView.", |
| "homepage": "https://github.com/google/GOSSpritedAnimationView", |
| "license": "Apache 2.0", |
| "source": { |
| "git": "https://github.com/google/GOSSpritedAnimationView.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "src/*.h", |
| "source_files": "src/*.{h,m}", |
| "header_mappings_dir": "src/*" |
| } |