blob: 01a7d1c2f54ce0aaa75657f5aa05b62021d56728 [file] [log] [blame]
{
"name": "MagicCarpetView",
"version": "0.0.2",
"summary": "UIView subclass that can allow you to load XIB files in your storyboard maintaining the aspect ratio",
"description": " UIView subclass that can allow you to load XIB files in your storyboard maintaining the aspect ratio.\n\n Also you have some properties like `margin` and `aspectRatio` to control the view itself\n",
"homepage": "https://github.com/rockbarato/MagicCarpetView",
"license": {
"type": "MIT"
},
"authors": {
"Felix Ayala": "felix1262@gmail.com"
},
"social_media_url": "http://twitter.com/rockbarato",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/rockbarato/MagicCarpetView.git",
"tag": "0.0.2"
},
"source_files": "MagicCarpetView/MagicCarpetView.{h,m}",
"requires_arc": true
}