blob: 69021a1e841bbd9d105efdee84f0080166ce9091 [file] [log] [blame]
{
"name": "SSEasyLayout",
"version": "1.0.0",
"summary": "SSEasyLayout is a Objective C framework to make easy your Layout constraint in code.",
"description": "This is a LayoutConstraint framework. By using this you can make constraints more easyly and fast.",
"homepage": "https://github.com/sathishsha/SSEasyLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sathish Sha": "sathishsha839@gmail.com",
"Victor Sebastian": "victorsebastian100@gmail.com"
},
"social_media_url": "https://www.facebook.com/sathish.sha.3",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sathishsha/SSEasyLayout.git",
"tag": "1.0.0"
},
"source_files": [
"SSEasyLayout",
"SSEasyLayout/**/*.{h,m}"
],
"frameworks": "UIKit"
}