blob: 2e603f4678fabf9e6b2509fc1283de48159c7511 [file] [log] [blame]
{
"name": "SwiftLayoutKit",
"version": "0.1.2",
"summary": "An elegant and simple way to build your auto layout constraints",
"description": " Produce auto layout constraints by expressing the relations between the layout attributes of your views or by using the visual format language.\n",
"homepage": "https://github.com/yankodimitrov/SwiftLayoutKit",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yanko Dimitrov": "yanko@yankodimitrov.com"
},
"social_media_url": "https://twitter.com/_yankodimitrov",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yankodimitrov/SwiftLayoutKit.git",
"tag": "v0.1.2"
},
"source_files": "SwiftLayoutKit/*.swift",
"requires_arc": true
}