blob: 043f9d2086969d84b9182b8a31469886524154c6 [file] [log] [blame]
{
"name": "CartographyKit",
"version": "0.1.1",
"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.1"
},
"source_files": "CartographyKit/*.swift",
"frameworks": "Cartography",
"dependencies": {
"Cartography": [
]
}
}