[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / LineView / 0.0.1 / LineView.podspec.json
blob79f53a052de618b329084a7ed01538a7cb9a3767
2   "name": "LineView",
3   "version": "0.0.1",
4   "summary": "Swift version of SmoothLineView.",
5   "description": "The goal of this project is to create a UIView that can generate smooth lines from touch input in a reasonably fast manner without moving to a more complex framework like OpenGL.",
6   "homepage": "https://github.com/nishiths23/LineView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nishith Singh": "nishithsingh23@ymail.com"
13   },
14   "source": {
15     "git": "https://github.com/nishiths23/LineView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LineView/Classes/**/*"