blob: f23e9ebe28fb2676fa5c8ab6bc02073ce4d26d02 [file] [log] [blame]
{
"name": "Snowflakes",
"version": "0.1.1",
"summary": "Realistic falling snowflakes overlay for iOS.",
"description": "Snowflakes is an overlay view showing realistic falling snow. It is perfect to get your users in that winter holiday mood!",
"homepage": "https://github.com/MartinRogalla/Snowflakes",
"screenshots": [
"http://i.imgur.com/chU5DyI.gif",
"http://i.imgur.com/MXmfjx4.gif"
],
"license": "MIT",
"authors": {
"Martin Rogalla": "email@martinrogalla.com"
},
"source": {
"git": "https://github.com/MartinRogalla/Snowflakes.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Snowflakes": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}