[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / f / AutoLayouts / 1.0.0 / AutoLayouts.podspec.json
blobbb97fd5d0ceab73996b56db0e5de199271caf43c
2   "name": "AutoLayouts",
3   "version": "1.0.0",
4   "summary": "A short hand of handling constraint UIKit",
5   "description": "This CocoaPods library help to config the constraint. The purpose of this package is to ease of constraint management in UIKit",
6   "homepage": "https://github.com/icungse/AutoLayouts",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "icung": "saiful-islam@outlook.co.id"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.8",
18   "source": {
19     "git": "https://github.com/icungse/AutoLayouts.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "AutoLayouts/**/*.{h,m,swift}",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "swift_version": "5.8"