[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 2 / 1 / 0 / TokenRow / 1.2.0 / TokenRow.podspec.json
blobf92a9ed69264fb8e7dcf33e5e960a0a32223c7c8
2   "name": "TokenRow",
3   "version": "1.2.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.2.0"
16   },
17   "social_media_url": "https://twitter.com/EurekaCommunity",
18   "platforms": {
19     "ios": "8.0"
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       "~> 3.0"
32     ],
33     "CLTokenInputView": [
34       "~> 2.0"
35     ]
36   },
37   "pushed_with_swift_version": "3.0"