[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / c / a / 0 / BMLayoutConstraint / 1.0.1 / BMLayoutConstraint.podspec.json
blob2a3b370b312db2b16a9fe7780195cae3b95f2334
2   "name": "BMLayoutConstraint",
3   "version": "1.0.1",
4   "summary": "a good UI layout adaptation tool.",
5   "homepage": "https://github.com/beichenming/BMLayoutConstraint",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "description": "BMLayoutConstraint is a UI layout adaptation tool, through the JSON configuration file to form fast adaptation to different device and multi language UI layout,apply to iOS and Mac OSX application development,which implement by Objective-C.",
11   "authors": {
12     "beichenming": "beichenming@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/beichenming/BMLayoutConstraint.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "BMLayoutConstraint/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true