[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 6 / e / 0 / WJFrameLayout / 0.3.0 / WJFrameLayout.podspec.json
blob2e55f2ee5ec45109b076d056f400c9c3b1490b18
2   "name": "WJFrameLayout",
3   "version": "0.3.0",
4   "summary": "An iOS layout framework based on Frame layout. The way using it is like Masonry",
5   "description": "An iOS layout framework based on Frame layout. The way using it is like Masonry",
6   "homepage": "https://github.com/wangwanjie/WJFrameLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangwanjie": "wangwanjie1993@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wangwanjie/WJFrameLayout.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "WJFrameLayout",
23     "WJFrameLayout/**/*.{h,m}"
24   ],
25   "public_header_files": "WJFrameLayout/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true