blob: 1297b521a6886a807543522da504a7335f05f43d [file] [log] [blame]
{
"name": "SnowFallView",
"version": "0.1.0",
"summary": "UIView subclass where beautiful snow is falling",
"homepage": "https://github.com/minorblend/SnowFallView",
"license": "MIT",
"authors": {
"Josh Ha-Nyung Chung": "minorblend@gmail.com"
},
"source": {
"git": "https://github.com/minorblend/SnowFallView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/minorblend",
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Assets/*.xcassets"
],
"frameworks": [
"UIKit",
"CoreGraphics"
]
}