blob: 05094ba21be6ee727075f12284a83b5a691f0d6d [file] [log] [blame]
{
"name": "NCScrollViewAutolayout",
"version": "0.1.1",
"summary": "NCScrollViewAutolayout born from the idea to solve the problems that creates UIScrollView in IterfaceBuilder",
"description": "NCScrollViewAutolayout born from the idea to solve the problems that creates UIScrollView in IterfaceBuilder.\nNow you can create your own interface on IterfaceBuilder without errors, using NCScrollViewAutolayout as a simple UIView with constraints to the sub view.\nLook at the example to have an idea.\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/scinfu/NCScrollViewAutolayout",
"screenshots": [
"https://raw.githubusercontent.com/scinfu/NCScrollViewAutolayout/master/img.png",
"https://raw.githubusercontent.com/scinfu/NCScrollViewAutolayout/master/simulator.gif"
],
"license": "LICENSE",
"authors": {
"Nabil Chatbi": "scinfu@gmail.com"
},
"source": {
"git": "https://github.com/scinfu/NCScrollViewAutolayout.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/scinfu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NCScrollViewAutolayout": [
"Pod/Assets/*.png"
]
}
}