[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / 1 / 6 / 7 / BYViewConstraint / 0.1.0 / BYViewConstraint.podspec.json
blobc215f4382925a27842632424ee21c50a7cdf1588
2   "name": "BYViewConstraint",
3   "version": "0.1.0",
4   "summary": "convinient class for Constraint of View (Auto Layout).",
5   "description": "                       BYViewConstraint is covenient class to implement the \"Auto Layout\".\n",
6   "homepage": "https://github.com/moicci/BYViewConstraint",
7   "license": "MIT",
8   "authors": {
9     "moicci": "fukuda@bylo.jp"
10   },
11   "source": {
12     "git": "https://github.com/moicci/BYViewConstraint.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift",
20   "resource_bundles": {
21     "BYViewConstraint": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"