@@ -37,6 +37,22 @@ The library has been tested on both iOS and macOS and includes the following fea
It's highly recommended to use the Git and Ruby packages provided by [Homebrew][dep-brew].
### CocoaPods
To use with CocoaPods just add this to your Podfile:
```ruby
pod'PIALibrary'
```
To include other non-default subspecs:
```ruby
pod'PIALibrary'
pod'PIALibrary/VPN'# adds support for PIATunnel
pod'PIALibrary/Mock'
```
### Testing
Download the library codebase locally:
...
...
@@ -59,10 +75,6 @@ then open `Demo.xcworkspace`. You can test the account-related business with the
We'd definitely like to offer a more extensive showcase later on.
### Deployment
We plan to submit the library to the master CocoaPods repository, hence the presence of a `.podspec` file in the root.
## Documentation
Due to its complexity, the library is split into several modules named after their context. The *Core* and *Library* modules make up the foundation of the library and are the bare requirements.