blob: 0511c7c00d40f5c4235aa7e4be45abde6a2da6c6 [file] [log] [blame]
{
"name": "CRParticleEffect",
"version": "0.0.2",
"summary": "A UIPanGestureRecognizer subclass that provides particle effect on finger movement and simple CAEmitterLayer subclass",
"description": "A CocoaPod that simplifies creation of the particle effects. Supplied with UIPanGestureRecognizer subclass. Customize particle effect for every touch on screen separately. Works with storyboards.",
"homepage": "https://github.com/Cleveroad/CRParticleEffect",
"screenshots": "https://www.cleveroad.com/public/comercial/CRParticleEffect.gif",
"license": "MIT",
"authors": {
"Ihor Teltov": "igor.teltov@gmail.com"
},
"source": {
"git": "https://github.com/Cleveroad/CRParticleEffect.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"CRParticleEffect": [
"Pod/Assets/*.xcassets/**/*.png"
]
}
}