blob: e16f287952ef3ec109561535c9f77a068fc3cef3 [file] [log] [blame]
{
"name": "NBJMergeLayout-ObjC",
"version": "1.0.0",
"summary": "A view that adds its subviews to its superview when attached to a superview. Useful for storyboard/nib based view development.",
"homepage": "https://github.com/BrentleyJones/NBJMergeLayout-ObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brentley Jones": "contact@brentleyjones.com"
},
"social_media_url": "http://twitter.com/BrentleyJones",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/BrentleyJones/NBJMergeLayout-ObjC.git",
"tag": "1.0.0"
},
"source_files": "NBJMergeLayout/**/*.{h,m}",
"requires_arc": true
}