blob: 215911ed30a0744871ecbd858facc62c459335a8 [file] [log] [blame]
{
"name": "CCFlexbox",
"version": "0.0.1",
"summary": "An iOS layout library like Flexbox.",
"homepage": "https://github.com/perrywky/CCFlexbox",
"screenshots": "https://raw.githubusercontent.com/perrywky/CCFlexbox/master/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Qi Peng": "perrywky@gmail.com"
},
"social_media_url": "https://twitter.com/perrywky",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/perrywky/CCFlexbox.git",
"tag": "0.0.1"
},
"source_files": "Source/CCFlexbox.swift",
"requires_arc": true
}