| { |
| "name": "SimpleMotionEffects", |
| "version": "1.0.0", |
| "summary": "Simply add UIView Motion Effects in a single line!", |
| "description": "This UIView Category provides the most simple API to create motion effects faster and in only a single line of code.", |
| "homepage": "https://github.com/jaydee3/SimpleMotionEffects", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Markus Emrich": "markus@nxtbgthng.com" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/jaydee3/SimpleMotionEffects.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "SimpleMotionEffects/**/*.{h,m}" |
| ], |
| "requires_arc": false |
| } |