[Add] CxjToasts 1.0.1
[CocoaPods.git] / Specs / 8 / d / a / EAColourfulProgressView / 0.1.0 / EAColourfulProgressView.podspec.json
blob7386ac61a192ed03a4ba013e47b4f7c37b4e8349
2   "name": "EAColourfulProgressView",
3   "version": "0.1.0",
4   "summary": "A simple Progress View that allows colour changing via Interface Builder",
5   "description": "                       A progress view that generates a colour within two colours, depending on its\n                       its current value. All the values are customizable within Interface Builder,\n                       through the usage of IBInspectable, and the custom view can be seen with \n                       live rendering via IBDesignable.\n",
6   "homepage": "https://github.com/Eddpt/EAColourfulProgressView",
7   "license": "MIT",
8   "authors": {
9     "Edgar Antunes": "Eddpt@users.noreply.github.com"
10   },
11   "source": {
12     "git": "https://github.com/Eddpt/EAColourfulProgressView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "screenshots": [
19     "https://raw.githubusercontent.com/Eddpt/EAColourfulProgressView/master/demo.gif",
20     "https://raw.githubusercontent.com/Eddpt/EAColourfulProgressView/master/IBInspectable.png"
21   ],
22   "requires_arc": true,
23   "source_files": "EAColourfulProgressView/*.{h,m}",
24   "frameworks": "UIKit"