[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 1 / 2 / f / NSAttributedString+CCLFormat / 1.0.0 / NSAttributedString+CCLFormat.podspec.json
blob1a5f6f59c2e0c8b6eccee7ce03a5839ce659a6aa
2   "name": "NSAttributedString+CCLFormat",
3   "version": "1.0.0",
4   "license": "BSD",
5   "summary": "Attributed string extension for creating attributed strings from a format string.",
6   "description": "Attributed string extension for creating attributed strings by using a given format as a template into which the remaining argument values are substitued.",
7   "homepage": "https://github.com/cocodelabs/NSAttributedString-CCLFormat",
8   "authors": {
9     "Kyle Fuller": "inbox@kylefuller.co.uk"
10   },
11   "social_media_url": "https://twitter.com/kylefuller",
12   "source": {
13     "git": "https://github.com/cocodelabs/NSAttributedString-CCLFormat.git",
14     "tag": "1.0.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "osx": "10.6",
19     "ios": "4.3"
20   },
21   "source_files": "NSAttributedString+CCLFormat.{h,m}"