[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / a / MTPencil / 0.0.2 / MTPencil.podspec.json
blobf88e89084ad9b16341c2abd9ef74dc85162f301c
2   "name": "MTPencil",
3   "version": "0.0.2",
4   "summary": "Library for animated line drawing (like an invisible pencil).",
5   "homepage": "https://github.com/mysterioustrousers/MTPencil",
6   "license": "BSD",
7   "authors": {
8     "Adam Kirk": "atomkirk@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mysterioustrousers/MTPencil.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "MTPencil/MTPencil.{h,m}",
18   "frameworks": "CoreGraphics",
19   "requires_arc": true,
20   "dependencies": {
21     "MTGeometry": [
23     ]
24   }