blob: 6c11709e2e6f35ecc74cac14fa4546e214a01a83 [file] [log] [blame]
{
"name": "MWWindow",
"version": "0.0.1",
"summary": "Lightweight library that allows you to manage multiple windows in an iOS application and animate the transitions.",
"homepage": "https://github.com/jayztemplier/MWWindow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeremy Templier": "templier.jeremy@gmail.com"
},
"social_media_url": "http://twitter.com/jayztemplier",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jayztemplier/MWWindow.git",
"tag": "0.0.1"
},
"source_files": "MultipleWindow/library/*",
"requires_arc": true
}