[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 7 / ARCGPathFromString / 1.0.0 / ARCGPathFromString.podspec.json
blobf96abb219ac21caaa9fed455bd3ddd048bcb12af
2   "name": "ARCGPathFromString",
3   "version": "1.0.0",
4   "summary": "Takes in an NSString or NSAttributedString and creates a CGPathRef for that string.",
5   "description": "This CocoaPod provides methods for creating CGPaths from NSStrings and NSAttributedStrings. A category for UIBezierPath also allows UIBezierPaths to be produced from strings.",
6   "homepage": "https://github.com/aderussell/string-to-CGPathRef",
7   "license": "MIT",
8   "authors": {
9     "Adrian Russell": "adrianrussell@me.com"
10   },
11   "source": {
12     "git": "https://github.com/aderussell/string-to-CGPathRef.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/ade177",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "ARCGPathFromString/*",
21   "resource_bundles": {
22     "ARCGPathFromString": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "Foundation",
28     "CoreText"
29   ]