blob: 3588e991aa1502d3e62d2fd6373c64e737d74271 [file] [log] [blame]
{
"name": "BRYSerialAnimationQueue",
"version": "1.0.0",
"summary": "Perform UIView animations serially without blocking the main thread",
"homepage": "http://github.com/irace/BRYSerialAnimationQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryan Irace": "bryan@irace.me"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/irace/BRYSerialAnimationQueue.git",
"tag": "1.0.0"
},
"source_files": "Classes",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}