[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / 8 / MTStringAttributes / 0.0.1 / MTStringAttributes.podspec.json
blob9dffa29d15f36b7a050e45d7fbed974e4091b3db
2   "name": "MTStringAttributes",
3   "version": "0.0.1",
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.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "MTStringAttributes/*.{h,m}",
18   "frameworks": [
19     "CoreGraphics",
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true