blob: 918ea8c70a7a4c1958233d3c7aad440d7ffadd4e [file] [log] [blame]
{
"name": "ToAutoLayout",
"version": "0.1.0",
"summary": "The most easy way to create simple autolayouts.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "ToAutoLayout is a tool for add auto layout\neasily programatically.",
"homepage": "https://github.com/torcelly/ToAutolayout",
"authors": {
"Fernando Torcelly": "fernando@torcelly.com"
},
"social_media_url": "http://twitter.com/torcelly",
"source": {
"git": "https://github.com/torcelly/ToAutolayout.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"swift_versions": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.12"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
},
"swift_version": "4.2"
}