blob: 0f6fb249b0ba8da840d5b6d2918f81573ad1811d [file] [log] [blame]
{
"name": "BDGViewController",
"version": "0.0.1",
"summary": "Lightweight viewcontroller that supports layout of subviews with animations",
"license": "MIT",
"description": "Lightweight viewcontroller that supports layout of subviews with animations. It provides a feel of a custom UIView while offering the great advantage of still being within a viewcontroller. Additionally it provides easy animation possibilities.",
"homepage": "https://github.com/BobDG/BDGViewController",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://github.com/BobDG/BDGViewController.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"frameworks": "UIKit",
"platforms": {
"ios": null
},
"requires_arc": true
}