[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 8 / a / 2 / FrictionLess / 0.0.1 / FrictionLess.podspec.json
blob852e0db25a29d61753f6c9c6692509a4ee003b2c
2   "name": "FrictionLess",
3   "version": "0.0.1",
4   "summary": "A collection of UX-focused swift components for reducing friction in \"user work\".",
5   "description": "Reduce friction with auto-formatting data entry, auto-advancing forms, and proactive user feedback for valid/invalid input.",
6   "homepage": "https://github.com/Raizlabs/FrictionLess",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jay Clark": "jason.clark@raizlabs.com"
13   },
14   "source": {
15     "git": "https://github.com/raizlabs/FrictionLess.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "All",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "FormattableTextField",
26       "source_files": "FrictionLess/FormattableTextField/**/*",
27       "frameworks": [
28         "UIKit"
29       ]
30     },
31     {
32       "name": "CardEntry",
33       "source_files": "FrictionLess/CardEntry/**/*.{swift,strings}",
34       "dependencies": {
35         "FrictionLess/FormUI": [
37         ]
38       },
39       "resources": "FrictionLess/CardEntry/CardEntry.xcassets"
40     },
41     {
42       "name": "PhoneFormatter",
43       "source_files": "FrictionLess/PhoneFormatter/**/*",
44       "dependencies": {
45         "FrictionLess/FormattableTextField": [
47         ],
48         "PhoneNumberKit": [
50         ]
51       }
52     },
53     {
54       "name": "FormUI",
55       "source_files": "FrictionLess/FormUI/**/*.{swift,strings}",
56       "dependencies": {
57         "Anchorage": [
59         ],
60         "FrictionLess/FormattableTextField": [
62         ]
63       }
64     },
65     {
66       "name": "All",
67       "dependencies": {
68         "FrictionLess/FormattableTextField": [
70         ],
71         "FrictionLess/CardEntry": [
73         ],
74         "FrictionLess/PhoneFormatter": [
76         ],
77         "FrictionLess/FormUI": [
79         ]
80       }
81     }
82   ]