| { |
| "name": "UIRandomButton", |
| "version": "0.0.6", |
| "summary": "UIRandomButton allows you to create a background color for your uibuttons.", |
| "description": "If you want to create a random color for your UIButton, probably you want to use UIRandomButton, depenging on the selection that you made, the code will create a color to represent this element in the user interface, just needs to be initialized and implemented and thats it", |
| "homepage": "https://twitter.com/marcos_gn1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": "Marcos Garcia", |
| "social_media_url": "https://twitter.com/marcos_gn1", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/1marcosgn/UIRandomButton.git", |
| "tag": "0.0.6" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "FlatUIKit": [ |
| "1.6.2" |
| ] |
| } |
| } |