We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0ec01 commit 9a545bdCopy full SHA for 9a545bd
Example/Demo/custom.gif
1.47 MB
Example/Demo/default.gif
1.28 MB
README.md
@@ -20,19 +20,23 @@ target 'MyApp' do
20
end
21
```
22
23
-Available subspecs:
24
-- `Alert`
+If you don't need to connect all UI components you may use subspecs like:
25
26
```ruby
27
target 'MyApp' do
28
pod 'NativeUI/Alert', '~> 1.0'
29
30
31
32
-## Usage
+Available subspecs:
+- `Utils`
33
+- `Alert`
34
35
36
+## Usage
37
38
+
39
+
40
41
## Author
42
0 commit comments