[Add] DocumentReaderBarcodeStage 7.5.10815
[CocoaPods.git] / Specs / 2 / 1 / 0 / TokenRow / 1.1.0 / TokenRow.podspec.json
blobefcfd02e05a7571a021f7a9cecf58b2268ea7c78
2   "name": "TokenRow",
3   "version": "1.1.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.1.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       "~> 2.0.0-beta.1"
32     ],
33     "CLTokenInputView": [
34       "~> 2.0"
35     ]
36   }