[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 8 / PencilCup / 0.2.0 / PencilCup.podspec.json
blob3e55f0c438b1cfed3eea22900fafbcce8a73d576
2   "name": "PencilCup",
3   "version": "0.2.0",
4   "summary": "Tools built to help use CoreGraphics more Swiftly",
5   "description": "Core Graphics is an amazingly useful library that I work with in every app I build. But I also have spent a lot of time writing lines of code to draw things that are very simple. So I have built a set of tools to add Swift syntax sugar to reduce code footprint and development time.",
6   "homepage": "https://github.com/joalbright/PencilCup",
7   "license": "MIT",
8   "authors": {
9     "Jo Albright": "me@jo2.co"
10   },
11   "source": {
12     "git": "https://github.com/joalbright/PencilCup.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/joalbright",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "PencilCup": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Inlinit": [
28       "~> 0.1"
29     ]
30   }