[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / a / 0 / BMLayoutConstraint / 1.1.1 / BMLayoutConstraint.podspec.json
blobcada476e24e47957d6982c9a058592010fc2b665
2   "name": "BMLayoutConstraint",
3   "version": "1.1.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.1.1"
20   },
21   "source_files": [
22     "BMLayoutConstraint/*.{h,m}",
23     "BMLayoutConstraint/Extension/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true