A simple way to use Auto Layout
{ "name": "JFLayout", "path": "/usr/src/package", "targets": [ { "name": "JFLayoutTests", "path": "/usr/src/package/Tests/JFLayoutTests", "type": "test", "c99name": "JFLayoutTests", "sources": [ "JFLayoutTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget" }, { "name": "JFLayout", "path": "/usr/src/package/Sources", "type": "library", "c99name": "JFLayout", "sources": [ "LayoutAnchor.swift", "LayoutOperators.swift", "LayoutProperty.swift", "LayoutProxy.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "JFLayout", "targets": [ { "name": "JFLayout", "path": "Sources", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [] }, { "name": "JFLayoutTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "JFLayout" ] } ] } ], "products": [ { "name": "JFLayout", "type": { "library": [ "automatic" ] }, "targets": [ "JFLayout" ] } ], "pkgConfig": null, "platforms": [ { "version": "9.0", "platformName": "ios" }, { "version": "10.11", "platformName": "macos" } ], "providers": null, "dependencies": [], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "JFLayout", "path": "/usr/src/package", "version": "unspecified", "dependencies": [] }