[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / a / MTPencil / 0.0.1 / MTPencil.podspec.json
blobd7bfc51b157ec42cabaadb95925ccf9012b21c07
2   "name": "MTPencil",
3   "version": "0.0.1",
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.1"
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   }