[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 2 / 1 / 0 / TokenRow / 1.5.0 / TokenRow.podspec.json
blobdf4b792136905f33f1ec586dc5c8269b9cb7d1f6
2   "name": "TokenRow",
3   "version": "1.5.0",
4   "summary": "An Eureka row that allows the user to select options into a token view.",
5   "homepage": "https://github.com/EurekaCommunity/TokenRow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xmartlabs SRL": "swift@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/EurekaCommunity/TokenRow.git",
15     "tag": "1.5.0"
16   },
17   "social_media_url": "https://twitter.com/EurekaCommunity",
18   "platforms": {
19     "ios": "9.3"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "TokenRow/Sources/**/*.{swift}",
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "dependencies": {
30     "Eureka": [
31       "~> 5.0"
32     ],
33     "CLTokenInputView": [
34       "~> 2.3"
35     ]
36   },
37   "swift_version": "5.0"