blob: 545288d574638ea77f25012f8dabe3f91d26f4aa [file] [log] [blame]
{
"name": "KRNNib",
"version": "0.0.2",
"summary": "KRNNib is a simple class that helps your load nibs and instantiate views from nibs",
"homepage": "https://github.com/ulian-onua/KRNNib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNNib.git",
"tag": "0.0.2"
},
"source_files": "KRNNib/*.{h,m}",
"public_header_files": "KRNNib/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}