[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 1 / 8 / MKLayoutLibrary / 0.4.4 / MKLayoutLibrary.podspec.json
blob1177dbcaafb9f31d1aa4751e371b4a6e874b68e6
2   "name": "MKLayoutLibrary",
3   "version": "0.4.4",
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": "0.4.4"
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