[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 7 / 6 / AutoLayoutLink / 1.3.1 / AutoLayoutLink.podspec.json
bloba42dc1d6b906f1b4d4797f3888bfa04cf7e93227
2   "name": "AutoLayoutLink",
3   "version": "1.3.1",
4   "license": "MIT",
5   "summary": "对 SnapKit 进行链式编程扩展,同时避免了视图添加约束冲突、视图未添加到父视图等造成崩溃的问题",
6   "homepage": "https://github.com/develop-git/AutoLayout-SnapKit",
7   "authors": {
8     "jianli": "develop-work@outlook.com"
9   },
10   "source": {
11     "git": "git@github.com:develop-git/AutoLayout-SnapKit.git",
12     "tag": "1.3.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "10.0"
19   },
20   "swift_versions": [
21     "5"
22   ],
23   "source_files": "Source/**/*.swift",
24   "dependencies": {
25     "SnapKit": [
26       "~> 5.6.0"
27     ]
28   },
29   "xcconfig": {
30     "LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift"
31   },
32   "swift_version": "5"