[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 7 / 6 / a / UIView+BooleanAnimations / 1.0.0 / UIView+BooleanAnimations.podspec.json
blob104d045a3db93538bb14ae0495eaede1558810c0
2   "name": "UIView+BooleanAnimations",
3   "version": "1.0.0",
4   "summary": "Perform changes to UI with or without animations, depending on a variable.",
5   "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",
6   "homepage": "https://github.com/ashfurrow/UIView-BooleanAnimations",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com",
13     "Orta Therox": "orta.therox@gmail.com",
14     "Laura Brown": "laurabrown1113@gmail.com"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/ashfurrow/UIView-BooleanAnimations.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "UIView+BooleanAnimations.{h,m}",
24   "frameworks": "UIKit",
25   "requires_arc": true