[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / b / SmoothLineView / 0.1.1 / SmoothLineView.podspec.json
blobc71bd9ee66101b5ab4aa447528a42e2d6c314d8e
2   "name": "SmoothLineView",
3   "version": "0.1.1",
4   "summary": "Smooth line drawing for iOS",
5   "description": "Smooth & fast line drawing from touch inputs for UIViews using Quartz\n\n",
6   "homepage": "https://github.com/kompozer/SmoothLineView",
7   "license": "MIT",
8   "authors": {
9     "Levi Nunnink": "https://github.com/levinunnink",
10     "Andreas Kompanez": "https://twitter.com/kompozer"
11   },
12   "source": {
13     "git": "https://github.com/kompozer/SmoothLineView.git",
14     "tag": "0.1.1"
15   },
16   "social_media_url": "https://twitter.com/kompozer",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "SmoothLineView": [
24       "Pod/Assets/*.png"
25     ]
26   }