blob: bc3b610379148b715f1f5c7194fb0dd74cbea4e2 [file] [log] [blame]
{
"name": "JCLayoutSwift",
"version": "0.0.1",
"summary": "Auto layout by using JCLayoutSwift.",
"description": "Using for auto layout becomes more easily.You can use the JCLayoutSwiftManager to create and update the layout item.Also you can remove it.",
"homepage": "https://github.com/CharlieYang2018/JCLayoutSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charlie Yang": "charlie.yang@quest.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CharlieYang2018/JCLayoutSwift.git",
"tag": "0.0.1"
},
"source_files": [
"JCLayoutSwift",
"JCLayoutSwift/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_version": "4.0"
}