[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / f / 5 / d / UIRandomButton / 0.0.6 / UIRandomButton.podspec.json
blob2903f40e64ee0c4d4c8b68215b1d020485760bb0
2   "name": "UIRandomButton",
3   "version": "0.0.6",
4   "summary": "UIRandomButton allows you to create a background color for your uibuttons.",
5   "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",
6   "homepage": "https://twitter.com/marcos_gn1",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Marcos Garcia",
12   "social_media_url": "https://twitter.com/marcos_gn1",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/1marcosgn/UIRandomButton.git",
18     "tag": "0.0.6"
19   },
20   "source_files": "*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "FlatUIKit": [
24       "1.6.2"
25     ]
26   }