[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 8 / MTStringAttributes / 0.0.2 / MTStringAttributes.podspec.json
blobf705461a23739216c73bfc46261f32f163e9e33c
2   "name": "MTStringAttributes",
3   "version": "0.0.2",
4   "summary": "Makes it way easier to generate attribute dictionaries needed for NSAttributedString (on iOS).",
5   "homepage": "https://github.com/mysterioustrousers/MTStringAttributes",
6   "license": "MIT",
7   "authors": {
8     "Adam Kirk": "atomkirk@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mysterioustrousers/MTStringAttributes.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7"
17   },
18   "source_files": "MTStringAttributes/*.{h,m}",
19   "frameworks": [
20     "CoreGraphics",
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "Slash": [
27       "~> 0.0.1"
28     ]
29   }