blob: 25a5f1182260b089c04284be318fd200ff5708f5 [file] [log] [blame]
{
"name": "GoneVisible",
"version": "1.0.3",
"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": "3.0"
},
"homepage": "https://github.com/terutoyamasaki/GoneVisible",
"authors": {
"Teruto Yamasaki": "y.teruto@gmail.com"
},
"source": {
"git": "https://github.com/terutoyamasaki/GoneVisible.git",
"tag": "v1.0.3"
},
"social_media_url": "https://twitter.com/snoozelag",
"source_files": "GoneVisible/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}