[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / f / NSAttributedString+CCLFormat / 1.0.1 / NSAttributedString+CCLFormat.podspec.json
blob8e2007360a7545185b9c8b84951ad2d5c468f7d8
2   "name": "NSAttributedString+CCLFormat",
3   "version": "1.0.1",
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.1"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "osx": "10.6",
19     "ios": "4.3"
20   },
21   "source_files": "NSAttributedString+CCLFormat.{h,m}"