[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / 2 / AttributedStringSugar / 1.0.5 / AttributedStringSugar.podspec.json
blob33a5358d73978096959c80e596c8ee6e2d35d489
2   "name": "AttributedStringSugar",
3   "version": "1.0.5",
4   "swift_versions": "5.0",
5   "summary": "NSAttributedString sugar using builder pattern.",
6   "description": "NSAttributedString sugar using builder pattern\nusing like this\n```swift\n  let text = \"Hello\".attribute\n          .systemFont(ofSize: 20, weight: .bold)\n          .paragraphStyle(alignment: .center)\n```",
7   "homepage": "https://github.com/ElonPark/AttributedStringSugar",
8   "screenshots": "https://user-images.githubusercontent.com/13270453/77228119-7348bf00-6bc8-11ea-95c4-06c624ff8ca3.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Elon": "sungwoon.park92@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/ElonPark/AttributedStringSugar.git",
18     "tag": "1.0.5"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "AttributedStringSugar/Classes/**/*",
24   "frameworks": "UIKit",
25   "swift_version": "5.0"