[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / b / 5 / 6 / AFBlockAttributedLabel / 0.1 / AFBlockAttributedLabel.podspec.json
blob75a461a0b037587b4e0a6255a19e71fabf3b9a4f
2   "name": "AFBlockAttributedLabel",
3   "version": "0.1",
4   "summary": "Extends TTTAttributedLabel: block callback and lightweight HTML parser",
5   "homepage": "https://github.com/appfarms/AFBlockAttributedLabel",
6   "authors": {
7     "Daniel Kuhnke": "d.kuhnke@appfarms.com"
8   },
9   "source": {
10     "git": "https://github.com/appfarms/AFBlockAttributedLabel.git",
11     "tag": "0.1"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source_files": "*.{h,m}",
18   "license": "MIT",
19   "dependencies": {
20     "TTTAttributedLabel": [
21       "~>1.13.2"
22     ]
23   }