[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 2 / NSLayoutConstraint+Reset / 0.1.0 / NSLayoutConstraint+Reset.podspec.json
blob2dc3e3ad7406000d22487d5ce452f5b6d35a0e36
2   "name": "NSLayoutConstraint+Reset",
3   "version": "0.1.0",
4   "summary": "Reset the initial constant value of an NSLayoutConstraint.",
5   "description": "When modifying NSLayoutConstraints through code, it is often the case that the constant value is initialized to a particular value, then changed, and later set back to the initial value. Instead of holding on to the initial value of every constraint which you need to modify in this way, NSLayoutConstraint+Reset does the work for you.",
6   "homepage": "https://github.com/Raztor0/NSLayoutConstraint-Reset",
7   "license": "MIT",
8   "authors": {
9     "Razvan Bangu": "razvan.bangu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Raztor0/NSLayoutConstraint-Reset.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "NSLayoutConstraint-Reset": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "JRSwizzle": [
28       "~> 1.0"
29     ]
30   }