blob: 5cc8cdaa241702e448cd4bcb0d1beaa64bc32f0f [file] [log] [blame]
{
"name": "ParticlesLoadingView",
"version": "0.2",
"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.2"
},
"social_media_url": "https://twitter.com/BalestraPatrick",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ParticlesLoadingView": [
"Pod/Assets/*.png",
"Pod/Assets/*.sks"
]
},
"frameworks": "SpriteKit"
}