[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / b / PaylikeMoney / 0.2.0 / PaylikeMoney.podspec.json
blobcf021a70f2891ec1b8c1daf0dbe656960dfeda45
2   "name": "PaylikeMoney",
3   "swift_versions": "4.0",
4   "version": "0.2.0",
5   "summary": "Utility package to work with payment amounts in the Paylike ecosystem",
6   "description": "This packages is a clone of the JS version and responsible for providing a handy\ninterface to handle currencies that can be used in the Paylike ecosystem",
7   "homepage": "https://github.com/paylike/swift-money",
8   "license": {
9     "type": "BSD-3",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Paylike.io": "info@paylike.io"
14   },
15   "source": {
16     "git": "https://github.com/paylike/swift-money.git",
17     "tag": "0.2.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/PaylikeMoney/**/*",
23   "dependencies": {
24     "PaylikeCurrencies": [
26     ]
27   },
28   "swift_version": "4.0"