[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / b / a / 8 / SDCAutoLayout / 1.1 / SDCAutoLayout.podspec.json
blob8d280ceceee816f2f1d9ed970111b7b1898166d3
2   "name": "SDCAutoLayout",
3   "version": "1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "Scott Berrevoets": "s.berrevoets@me.com"
10   },
11   "summary": "A UIView category that simplifies dealing with Auto Layout",
12   "homepage": "https://github.com/Scott90/SDCAutoLayout",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/Scott90/SDCAutoLayout.git",
18     "tag": "v1.1"
19   },
20   "source_files": "AutoLayout/UIView+SDCAutoLayout.{h,m}",
21   "requires_arc": true