[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / c / a / 8 / ContourProgressView / 1.0.0 / ContourProgressView.podspec.json
blob4aed47b3b880dee72142da0a67476124dd379622
2   "name": "ContourProgressView",
3   "version": "1.0.0",
4   "summary": "A progress view that follows the edges of a given frame.",
5   "description": "\"ContourProgressView is a UIView subclass that can be used to depict the\nprogress of a task over time. In contrast with UIProgressView, the progress line\nfollows the edges of a given frame and can be either oval or rectangular.\"",
6   "homepage": "http://github.com/Bajocode/ContourProgressView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fabijan Bajo": "bajo09@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Bajocode/ContourProgressView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "ContourProgressView",
23     "ThreeRingControl/**/*.{h,m,swift}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "pushed_with_swift_version": "3.0"