[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 2 / a / MTPencil / 0.1.1 / MTPencil.podspec.json
blob70bd366e2ec7427f6f0bde568ac1f646bd618bd7
2   "name": "MTPencil",
3   "version": "0.1.1",
4   "summary": "Library for animated line drawing (like an invisible pencil).",
5   "homepage": "https://github.com/mysterioustrousers/MTPencil",
6   "license": "MIT",
7   "authors": {
8     "Adam Kirk": "atomkirk@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mysterioustrousers/MTPencil.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "MTPencil/MTPencil.{h,m}",
19     "MTPencil/MTPencilStep.{h,m}",
20     "MTPencil/MTPencilStep_Private.h",
21     "MTPencil/MTPencilEasingFunctions.{h,c}"
22   ],
23   "public_header_files": [
24     "MTPencil/MTPencil.h",
25     "MTPencil/MTPencilStep.h",
26     "MTPencil/MTPencilEasingFunctions.h"
27   ],
28   "frameworks": "CoreGraphics",
29   "requires_arc": true,
30   "dependencies": {
31     "MTGeometry": [
33     ]
34   }