blob: 6b3d6c13aa2b80ef4249cf727cdfdd2f15bfa2ce [file] [log] [blame]
{
"name": "Snowflakes",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Snowflakes": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}