blob: 157975594cf5fd2cc4de10e78dd79f7d99bcc168 [file] [log] [blame]
{
"name": "UIView+BooleanAnimations",
"version": "1.0.2",
"summary": "Perform changes to UI with or without animations, depending on a variable.",
"description": " Perform changes to UI with or without animations, depending on a variable. \n This is really useful for performing unit tests on view controllers without a delay. \n",
"homepage": "https://github.com/ashfurrow/UIView-BooleanAnimations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com",
"Orta Therox": "orta.therox@gmail.com",
"Laura Brown": "laurabrown1113@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ashfurrow/UIView-BooleanAnimations.git",
"tag": "1.0.2"
},
"source_files": "UIView+BooleanAnimations.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}