| { |
| "name": "LTFramer", |
| "version": "1.0", |
| "summary": "LTFramer is a layout helper library to help setting frames of views using human-friendly syntax.", |
| "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.", |
| "homepage": "https://github.com/tevelee/LTFramer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Laszlo Teveli": "tevelee@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tevelee/LTFramer.git", |
| "tag": "1.0" |
| }, |
| "header_dir": "LTFramer", |
| "module_name": "LTFramer", |
| "default_subspecs": "Core", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "LTFramer/Core/Common/**/*", |
| "public_header_files": "LTFramer/Core/Common/Public/**/*.h", |
| "frameworks": "Foundation", |
| "ios": { |
| "source_files": "LTFramer/Core/iOS/**/*", |
| "public_header_files": "LTFramer/Core/iOS/Public/**/*.h", |
| "frameworks": "UIKit" |
| } |
| }, |
| { |
| "name": "Convenience", |
| "source_files": "LTFramer/Convenience/Common/**/*", |
| "public_header_files": "LTFramer/Convenience/Common/Public/**/*.h", |
| "ios": { |
| "source_files": "LTFramer/Convenience/iOS/**/*", |
| "public_header_files": "LTFramer/Convenience/iOS/Public/**/*.h" |
| } |
| }, |
| { |
| "name": "Stack", |
| "dependencies": { |
| "LTFramer/Core": [ |
| |
| ] |
| }, |
| "source_files": "LTFramer/Stack/Common/**/*", |
| "public_header_files": "LTFramer/Stack/Common/Public/**/*.h", |
| "ios": { |
| "source_files": "LTFramer/Stack/iOS/**/*", |
| "public_header_files": "LTFramer/Stack/iOS/Public/**/*.h" |
| } |
| } |
| ] |
| } |