| { | |
| "name": "pixelbits", | |
| "version": "0.2.2", | |
| "summary": "iOS application styling in Swift.", | |
| "description": "iOS application styling in a native Swift library.", | |
| "homepage": "http://cocoa.ninja", | |
| "license": "MIT", | |
| "authors": { | |
| "Wim Haanstra": "wim@wim.me" | |
| }, | |
| "social_media_url": "http://twitter.com/depl0y", | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/depl0y/pixelbits.git", | |
| "tag": "0.2.2" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "pixelbits/**/*.{h,m,swift}" | |
| } |