blob: df42748f4c55933acf1da80fc09faa48c6fde504 [file] [log] [blame]
{
"name": "CartographyKit",
"version": "0.1.2",
"summary": "A little helper that simplifies the Cartography Autolayout framework",
"description": "Set your Cartography Autolayout in just one line of code for simple tasks like width, height...",
"homepage": "https://github.com/NeoGolightly/CartographyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neo Golightly": "mail@at-world.de"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/NeoGolightly/CartographyKit.git",
"tag": "0.1.2"
},
"source_files": "CartographyKit/*.swift",
"frameworks": "Cartography",
"dependencies": {
"Cartography": [
]
}
}