[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 1 / 9 / KSCircleProgressView / 0.0.3 / KSCircleProgressView.podspec.json
blob27cc89bc78622d4fd7ecb42a5bb7363430d4b176
2   "name": "KSCircleProgressView",
3   "summary": "KSCircleProgressView : a lightweight iOS Circle ProgressView.",
4   "version": "0.0.3",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "abredo": "abredo@gmail.com"
11   },
12   "homepage": "https://github.com/abredo/KSCircleProgressViewDemo",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/abredo/KSCircleProgressViewDemo.git",
18     "tag": "0.0.3"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "KSCircleProgressView",
23     "*.{h,m}"
24   ],
25   "public_header_files": "KSCircleProgressView/**/*.{h}",
26   "frameworks": [
27     "UIKit",
28     "CoreFoundation",
29     "QuartzCore"
30   ]