blob: f5d37888fb0836d2c82ba0f872a0325dbe7ed54b [file] [log] [blame]
{
"name": "CRPixellatedView",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/chroman/CRPixellatedView",
"authors": {
"Christian Roman": "chroman16@gmail.com"
},
"summary": "Custom UIView subclass with a cool pixellated animation inspired by Facebook's Slingshot app.",
"source": {
"git": "https://github.com/chroman/CRPixellatedView.git",
"tag": "1.0.0"
},
"source_files": "CRPixellatedView/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/chroman",
"platforms": {
"ios": "6.0"
}
}