[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / e / LocationRow / 1.0.0 / LocationRow.podspec.json
blobfce574051db6eec6e33479544aada6bc5d0a23f1
2   "name": "LocationRow",
3   "version": "1.0.0",
4   "summary": "LocationRow is a Eureka custom row that allows you to search and select an address or location of interest.",
5   "homepage": "https://github.com/chamitha/LocationRow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Chamitha Wijesekera": "chamitha@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/chamitha/LocationRow.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "LocationRow/**/*.{swift}",
21   "resource_bundles": {
22     "LocationRow": [
23       "LocationRow/**/*.{xib,xcassets,json,imageset,png}"
24     ]
25   },
26   "swift_version": "4.2",
27   "requires_arc": true,
28   "dependencies": {
29     "Eureka": [
30       "~> 4.3"
31     ]
32   }