[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 5 / c / ConstraintsKit / 1.0.3 / ConstraintsKit.podspec.json
blob536a362a9aa4fe343c41e33a7fb755edfbf5102e
2   "name": "ConstraintsKit",
3   "version": "1.0.3",
4   "description": "Extremely simplified constraint component, one line of code solves constraint layout",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "ConstraintsKit",
10   "homepage": "https://github.com/saucym/ConstraintsKit",
11   "authors": {
12     "saucym": "413132340@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/saucym/ConstraintsKit.git",
16     "tag": "1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "ConstraintsKit/**/*.{h,m,swift}",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "objc",
28       "source_files": "ConstraintsKit/**/*.{h,m}"
29     }
30   ]