blob: 321b01925c831bfafe2aaf89dd521461725bc083 [file] [log] [blame]
{
"name": "MKParallaxView",
"version": "1.1.0",
"summary": "MKParallaxView is an easy to use framework used to create the IOS 7 Parallax Effect (Dynamic Background) on any of your apps!",
"description": " \t\tMKParallaxView is an easy to use framework used to create the IOS 7 Parallax Effect (Dynamic Background) on any of your apps!\n\n\t\t\t\t\t\tTreat it just like a UIImageView and by simply assigning an image to it with 1 line you have the exact same effect for the background of your app.\n",
"homepage": "https://github.com/Morgan-Kennedy/MKParallaxView",
"license": {
"type": "MIT",
"text": " \t\t\t\t\t\tCreated by Morgan Kennedy on 19/07/13.\n\n \t\t\t\t\t\tThis code is distributed under the terms and conditions of the MIT license.\n\n \t\t\t\t\t\tCopyright (c) 2013 Morgan Kennedy\n\n \t\t\t\t\t\tPermission is hereby granted, free of charge, to any person obtaining a copy\n \t\t\t\t\t\tof this software and associated documentation files (the \"Software\"), to deal\n \t\t\t\t\t\tin the Software without restriction, including without limitation the rights\n \t\t\t\t\t\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n \t\t\t\t\t\tcopies of the Software, and to permit persons to whom the Software is\n \t\t\t\t\t\tfurnished to do so, subject to the following conditions:\n\n \t\t\t\t\t\tThe above copyright notice and this permission notice shall be included in\n \t\t\t\t\t\tall copies or substantial portions of the Software.\n\n \t\t\t\t\t\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n \t\t\t\t\t\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n \t\t\t\t\t\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n \t\t\t\t\t\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n \t\t\t\t\t\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n \t\t\t\t\t\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n \t\t\t\t\t\tTHE SOFTWARE.\n\n"
},
"authors": {
"Morgan Kennedy": "morgan.j.kennedy@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Morgan-Kennedy/MKParallaxView.git",
"tag": "1.1.0"
},
"source_files": "MKParallaxView/**/*.{h,m}",
"frameworks": "CoreMotion",
"requires_arc": true
}