blob: 1f0739ee389e38deca3e40c6c438bb025d604cfe [file] [log] [blame]
{
"name": "MASwifty",
"version": "0.1.0",
"summary": "Swifty Masonry",
"description": "Swifty way to use Masonry",
"homepage": "https://github.com/aopod/MASwifty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aopod": "aopodcom@gmail.com"
},
"source": {
"git": "https://github.com/aopod/MASwifty.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "MASwifty/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}