[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 1 / ProgressKit / 0.2.0 / ProgressKit.podspec.json
blob0d7932b1824857d7f8459f5c1794b294cf02e5e8
2   "name": "ProgressKit",
3   "version": "0.2.0",
4   "license": "MIT",
5   "summary": "Animated ProgressViews for OSX",
6   "homepage": "https://github.com/kaunteya/ProgressKit",
7   "authors": {
8     "Kaunteya Suryawanshi": "k.suryawanshi@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kaunteya/ProgressKit.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "osx": "10.10"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Determinate/*.swift",
20     "InDeterminate/*.swift",
21     "ProgressUtils.swift",
22     "BaseView.swift"
23   ]