blob: 54e7e95fc0930014b282bd75541506a1dc249b12 [file] [log] [blame]
{
"name": "NibLoader",
"version": "0.1.0",
"source": {
"git": "https://github.com/pjechris/NibLoader.git",
"tag": "0.1.0"
},
"summary": "Nested NIB/XIB with no pain",
"description": "Load views from nib in one line; easily nest your nibs right into Interface Builder",
"homepage": "https://github.com/pjechris/NibLoader.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "pjechris",
"platforms": {
"ios": "6.0"
},
"source_files": "Src/**/*.{h,m}",
"prefix_header_file": "Src/NibLoader.h",
"requires_arc": true
}