[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 1 / 8 / MKLayoutLibrary / 1.0.0 / MKLayoutLibrary.podspec.json
blobdcd9a1994f9d893fb9d845a2cebd947aaa92601d
2   "name": "MKLayoutLibrary",
3   "version": "1.0.0",
4   "summary": "MKLayoutLibrary provides layout manager for UIKit such as Linearlayout",
5   "description": "                   MKLayoutLibrary provides layout manager for UIKit\n\n                   MKLayoutLibrary adds layouts to UIKit without having the need of subclassing UIView.\n",
6   "homepage": "https://github.com/mkloeppner/MKLayoutLibrary",
7   "license": "MIT",
8   "authors": {
9     "mkloeppner": "mkloeppner@me.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/mkloeppner/MKLayoutLibrary.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "MKLayoutLibrary",
20     "**/*.{h,m}"
21   ],
22   "exclude_files": "MKLayoutLibraryTests",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true