[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / 4 / JPAttributedString / 1.0.0-beta.1 / JPAttributedString.podspec.json
blobc9a9d05ffc1a32cefb36a93d11651cf179921bb1
2   "name": "JPAttributedString",
3   "version": "1.0.0-beta.1",
4   "summary": "A DSL for creating, changing, and using NSAttributedStrings",
5   "description": "Working with NSAttributedStrings can be a pain. JPAttributedString let's you easily create attributed strings on labels and text views.",
6   "homepage": "https://github.com/jPaolantonio/JPAttributedString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "James Paolantonio",
12   "source": {
13     "git": "https://github.com/jPaolantonio/JPAttributedString.git",
14     "tag": "1.0.0-beta.1"
15   },
16   "social_media_url": "https://twitter.com/jPaolantonio",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "JPAttributedString/Classes/**/*",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "pushed_with_swift_version": "4.0"