[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 7 / ARCGPathFromString / 1.1.0 / ARCGPathFromString.podspec.json
blob7bd0dd9631b23ddcf7390ec8ef7135f23db70e4e
2   "name": "ARCGPathFromString",
3   "version": "1.1.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     "aderussell": "adrianrussell@me.com"
10   },
11   "social_media_url": "https://twitter.com/ade177",
12   "source": {
13     "git": "https://github.com/aderussell/string-to-CGPathRef.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "ARCGPathFromString/*",
21   "frameworks": [
22     "Foundation",
23     "CoreText"
24   ]