[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / b / d / SwiftPrettyPrint / 1.1.0 / SwiftPrettyPrint.podspec.json
blob635c092392e85a74e4162f69a0b27cd0fd679384
2   "name": "SwiftPrettyPrint",
3   "version": "1.1.0",
4   "summary": "Pretty print for debug in Swift",
5   "description": "SwiftPrettyPrint is a library for debug in Swift.\nThis provide more readable print than standard `print` and `debugPrint`.",
6   "homepage": "https://github.com/YusukeHosonuma/SwiftPrettyPrint",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yusuke Hosonuma": "tobi462@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/tobi462",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/YusukeHosonuma/SwiftPrettyPrint.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "swift_versions": "5.1",
24   "swift_version": "5.1"