blob: 4345291efd74bd3ba906a75be4679b57afdbeffc [file] [log] [blame]
{
"name": "NibWrapper",
"version": "1.0.0",
"summary": "Nesting NIBs ni other NIBs has never been that easy.",
"description": "UINibWrapper helps you to nest nibs inside other nibs without writing a single line of code. Checkout the README file to learn how.",
"homepage": "https://github.com/mobilejazz/NibWrapper",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"social_media_url": "http://twitter.com/mobilejazzcom",
"source": {
"git": "https://github.com/mobilejazz/NibWrapper.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": null
}
}