blob: 158f4fafeca964e24243e92ae7ee540c569106ac [file] [log] [blame]
{
"name": "MagicCarpetView",
"version": "0.0.1",
"summary": "UIView subclass that can allow you to load XIB files in your storyboard maintaining the aspect ratio",
"description": " A longer description of MagicCarpetView in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\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.1"
},
"source_files": "MagicCarpetView/MagicCarpetView.{h,m}",
"requires_arc": true
}