4 "summary": "LTFramer is a layout helper library to help setting frames of views using human-friendly syntax.",
5 "description": "LTFramer helps setting frames of views and layers using simple human-readable syntax.\nIt contains convenience methods to help you create absolute and relative layouts.",
6 "homepage": "https://github.com/tevelee/LTFramer",
12 "Laszlo Teveli": "tevelee@gmail.com"
15 "git": "https://github.com/tevelee/LTFramer.git",
18 "header_dir": "LTFramer",
19 "module_name": "LTFramer",
20 "default_subspecs": "Core",
27 "source_files": "LTFramer/Core/Common/**/*",
28 "public_header_files": "LTFramer/Core/Common/Public/**/*.h",
29 "frameworks": "Foundation",
31 "source_files": "LTFramer/Core/iOS/**/*",
32 "public_header_files": "LTFramer/Core/iOS/Public/**/*.h",
37 "name": "Convenience",
38 "source_files": "LTFramer/Convenience/Common/**/*",
39 "public_header_files": "LTFramer/Convenience/Common/Public/**/*.h",
41 "source_files": "LTFramer/Convenience/iOS/**/*",
42 "public_header_files": "LTFramer/Convenience/iOS/Public/**/*.h"
52 "source_files": "LTFramer/Stack/Common/**/*",
53 "public_header_files": "LTFramer/Stack/Common/Public/**/*.h",
55 "source_files": "LTFramer/Stack/iOS/**/*",
56 "public_header_files": "LTFramer/Stack/iOS/Public/**/*.h"