blob: 9c220b9df6d3611e4334c281595dad7e1d2f527a [file] [log] [blame]
{
"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/*"
}