[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 7 / CRParticleEffect / 0.0.2 / CRParticleEffect.podspec.json
blob0511c7c00d40f5c4235aa7e4be45abde6a2da6c6
2   "name": "CRParticleEffect",
3   "version": "0.0.2",
4   "summary": "A UIPanGestureRecognizer subclass that provides particle effect on finger movement and simple CAEmitterLayer subclass",
5   "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.",
6   "homepage": "https://github.com/Cleveroad/CRParticleEffect",
7   "screenshots": "https://www.cleveroad.com/public/comercial/CRParticleEffect.gif",
8   "license": "MIT",
9   "authors": {
10     "Ihor Teltov": "igor.teltov@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/Cleveroad/CRParticleEffect.git",
14     "tag": "0.0.2"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "CRParticleEffect": [
23       "Pod/Assets/*.xcassets/**/*.png"
24     ]
25   }