blob: d9bb3c0da799779aaa5af7e5790dba61d1ebc525 [file] [log] [blame]
{
"name": "GoneVisible",
"version": "1.2.0",
"swift_version": "4.0",
"license": "MIT",
"summary": "GoneVisible is a UIView extension that uses AutoLayout to add \"gone\" state like Android.",
"description": "GoneVisible is a UIView extension that uses AutoLayout to add \"gone\" state like Android.\n You can easily change the size constraint constant of UIView to 0 without adding IBOutlet property of size constraint.\nGoneVisible supports iOS and is written in Swift.",
"screenshots": "https://github.com/terutoyamasaki/GoneVisible/blob/master/demo.gif?raw=true",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"homepage": "https://github.com/snoozelag/GoneVisible",
"authors": {
"Teruto Yamasaki": "y.teruto@gmail.com"
},
"source": {
"git": "https://github.com/snoozelag/GoneVisible.git",
"tag": "v1.2.0"
},
"social_media_url": "https://twitter.com/snoozelag",
"source_files": "GoneVisible/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}