[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / 3 / RentlioApi / 0.0.2 / RentlioApi.podspec.json
blob28ebe2bb757605dc9dba21cb309c2e6b1e283328
2   "name": "RentlioApi",
3   "version": "0.0.2",
4   "summary": "Swift client for consuming official Rentlio API",
5   "description": "Swift client for consuming official [Rentlio API](https://docs.rentl.io/)\n\nMethods:\n\n-    getUser\n-    getProperties\n-    getUnitTypes\n-    getUnits\n-    getUnitReservations\n-    getReservations\n-    getServices\n-    createInvoiceItem\n-    getServicePaymentTypesEnum\n-    getReservationStatusesEnum\n-    getCurrenciesEnum",
6   "homepage": "https://github.com/Rentlio/api.lib.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Juraj Hilje": "juraj.hilje@gmail.com"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/Rentlio/api.lib.swift.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "Source/*.swift",
23   "dependencies": {
24     "Just": [
25       "~> 0.6.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   },
31   "pushed_with_swift_version": "3.0"