blob: af70011fc1865f2a74f92d4b15b22c2bcb325ccd [file] [log] [blame]
{
"name": "UIView-Move",
"version": "0.0.1",
"authors": {
"Onur Ersel": "onurersel@gmail.com"
},
"social_media_url": "https://twitter.com/ethestel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/onurersel/UIView-Move",
"source": {
"git": "https://github.com/onurersel/UIView-Move.git",
"tag": "0.0.1"
},
"summary": "UIView category which changes frame values with single parameter rather than assigning CGRects",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "UIView+Move.{h,m}"
}