blob: 0f59e2814f822949a0ca4d229ad3365472d50f96 [file] [log] [blame]
{
"name": "ParticlesLoadingView",
"version": "0.1.0",
"summary": "A loading animation made of particles.",
"description": "A customizable SpriteKit particles animation on the border of a view.",
"homepage": "https://github.com/BalestraPatrick/ParticlesLoadingView",
"license": "MIT",
"authors": {
"Patrick Balestra": "me@patrickbalestra.com"
},
"source": {
"git": "https://github.com/BalestraPatrick/ParticlesLoadingView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/BalestraPatrick",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ParticlesLoadingButton": [
"Pod/Assets/*.png",
"Pod/Assets/*.sks"
]
},
"frameworks": "SpriteKit"
}