[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 8 / Thongs / 0.9.1 / Thongs.podspec.json
blob13972d0ca8576d10ca1d4023c9fe70a9d095fb2a
2   "name": "Thongs",
3   "version": "0.9.1",
4   "summary": "Functional library for NSAttributedString creation in swift 2.1.",
5   "description": "A functional NSAttributedString builder, allows composition of a complex NSAttributedString from multiple parts with different style attributes.",
6   "homepage": "https://github.com/tottakai/Thongs",
7   "license": "MIT",
8   "authors": {
9     "Tomi Koskinen": "tomi.koskinen@reaktor.fi"
10   },
11   "source": {
12     "git": "https://github.com/tottakai/Thongs.git",
13     "tag": "0.9.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Thongs": [
22       "Pod/Assets/*.png"
23     ]
24   }