[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 4 / 8 / 0 / LKLayoutLibrary / 1.0.0 / LKLayoutLibrary.podspec.json
blob4214ef92c52e6df3fa95e83072f43e33ff4527ff
2   "name": "LKLayoutLibrary",
3   "version": "1.0.0",
4   "summary": "The layouting library for iOS",
5   "homepage": "https://github.com/mkloeppner/LKLayoutLibrary",
6   "license": "MIT",
7   "authors": {
8     "mkloeppner": "mkloeppner@me.com"
9   },
10   "source": {
11     "git": "https://github.com/mkloeppner/LKLayoutLibrary.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": [
18     "LKLayoutLibrary",
19     "**/*.{h,m}"
20   ],
21   "exclude_files": [
22     "LKLayoutLibraryTests"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true