[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / 8 / MTStringAttributes / 0.0.3 / MTStringAttributes.podspec.json
blob9d1e8c35b74688419474cda634c4b89f778bcd40
2   "name": "MTStringAttributes",
3   "version": "0.0.3",
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.3"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7"
17   },
18   "source_files": "MTStringAttributes/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "Slash": [
22       "~> 0.1"
23     ]
24   }