blob: e380bcf8d82ddefaaa2d22c254b50e9700f9dac3 [file] [log] [blame]
{
"name": "AutoLayoutProxy",
"version": "2.1",
"summary": "AutoLayoutProxy allows you to create and layout views with ease.",
"description": "AutoLayoutProxy is written in Swift 5. Supports from iOS 9.0. This replaces view declaration code and reduces it. Also, reduces auto layout anchoring code.",
"homepage": "https://github.com/bibinjacobpulickal/AutoLayoutProxy",
"license": "MIT",
"authors": {
"Bibin Jacob Pulickal": "bibinjacob123@gmail.com"
},
"social_media_url": "https://github.com/bibinjacobpulickal",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/bibinjacobpulickal/AutoLayoutProxy.git",
"tag": "2.1"
},
"source_files": "AutoLayoutProxy/**/*.{h,m,swift}",
"swift_versions": [
"3.0",
"4.0",
"4.2",
"5.0",
"5.0"
],
"swift_version": "5.0"
}