blob: c6f10da9fbae755c0268cbbebb58cc0578a25f58 [file] [log] [blame]
{
"name": "ChatSDKKeepLayout",
"version": "1.7.5",
"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.5"
},
"requires_arc": true,
"module_name": "KeepLayout",
"default_subspecs": "Swift",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.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}"
]
}
}
]
}