blob: 93e671e69b97b38f82120d6c94158cd0f86db130 [file] [log] [blame]
{
"name": "ChatSDKKeepLayout",
"version": "1.7.7",
"summary": "Making Auto Layout easier to code.",
"homepage": "https://github.com/chat-sdk/KeepLayout",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Tricertops",
"source": {
"git": "https://github.com/chat-sdk/KeepLayout.git",
"tag": "1.7.6"
},
"requires_arc": true,
"module_name": "KeepLayout",
"default_subspecs": "Swift",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"subspecs": [
{
"name": "ObjC",
"source_files": "Sources",
"exclude_files": "Sources/*.{swift}",
"frameworks": "UIKit",
"osx": {
"exclude_files": [
"Sources/UIViewController+KeepLayout.{h,m}",
"Sources/UIScrollView+KeepLayout.{h,m}"
]
}
},
{
"name": "Swift",
"dependencies": {
"ChatSDKKeepLayout/ObjC": [
]
},
"source_files": "Sources/*.{swift}",
"frameworks": "UIKit",
"osx": {
"exclude_files": [
"Sources/UIViewController+KeepLayout.{h,m}",
"Sources/UIScrollView+KeepLayout.{h,m}"
]
}
}
]
}