[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 7 / e / SwiftyPyString / 1.0.1 / SwiftyPyString.podspec.json
blob464cc1b3f042e15e04758fc7fd6847ea8588c9bf
2   "name": "SwiftyPyString",
3   "version": "1.0.1",
4   "summary": "A library that provides Swift with string operations equivalent to Python.",
5   "description": "A library that provides Swift with string operations equivalent to Python.\nSwiftyPyString is a string extension for Swift.\nThis library provide Python compliant String operation methods.",
6   "homepage": "https://github.com/ChanTsune/SwiftyPyString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ChanTsune",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ChanTsune/SwiftyPyString.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "swift_version": "5.0"