blob: 7bfa83ce6adced7252339a70660d7daeee394854 [file] [log] [blame]
{
"name": "INSNibLoading",
"version": "1.0.1",
"summary": "A UIView/NSView category and a subclass for loading custom view from UINib (xib) files",
"homepage": "http://inspace.io",
"authors": {
"MichaƂ Zaborowski": "m1entus@gmail.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/inspace-io/INSNibLoading.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"source_files": "INSNibLoading/iOS/*.{h,m}"
},
"osx": {
"source_files": "INSNibLoading/OSX/*.{h,m}"
},
"requires_arc": true
}