| { |
| "name": "Cloudy", |
| "version": "1.0.0", |
| "summary": "Random Cloudy Skies for iOS.", |
| "description": "Cloudy is a simple UIView subclass that lets you generate random yet beautiful clouds.", |
| "homepage": "https://github.com/Boris-Em/Cloudy", |
| "screenshots": [ |
| "https://s31.postimg.org/a0lsa8b2z/Banner.jpg", |
| "https://s32.postimg.org/7vkux4jg5/Cloudy_i_Phone.jpg" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Boris Emorine": "boris.emorine@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/Boris-Em/Cloudy.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Cloudy/*.swift" |
| } |