[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 5 / c / ConstraintsKit / 1.0.4 / ConstraintsKit.podspec.json
blob57e57aebdace85fc9717c46e3f43a6d0f10d988b
2   "name": "ConstraintsKit",
3   "version": "1.0.4",
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.4"
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   ]