TPSVG 0.1.6

TPSVG 0.1.6

Maintained by Philip Niedertscheider.



TPSVG 0.1.6

TPSVG

Swift Cocoapods Carthage iOS License Downloads

Travis codebeat bettercodehub codecov

TPSVG is a fast SVG parser for iOS, tvOS, watchOS and macOS created in Swift!

FeaturesCommunicationExampleUsageInstallationCreditsLicense

Features

  • TODO: full features list
  • You need more features? Checkout #Contribute

Communication

  • If you need help, use Stack Overflow. (Tag 'TPSVG' or mention it in title)
  • If you'd like to ask a general question, use Stack Overflow.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Example

To run the example project, run pod try TPSVG

Usage

TODO: Usage description

Installation

Requirements

Language Branch Pod version Xcode version iOS version
Swift 4.2 master >= 1.0.x Xcode 10+ iOS 8.3+

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate TPSVG into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'TPSVG'
end

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with HomeBrew using the following command:

$ brew update
$ brew install carthage

To integrate TPSVG into your Xcode project using Carthage, specify it in your Cartfile:

github "techprimate/TPSVG" ~> 1.3

Run carthage update to build the framework and drag the built TPSVG.framework into your Xcode project.

Swift Package Manager

TODO: Add description for Swift Package Manager installation

Manual Installation

TODO: Add description for manual installation

Apps using TPSVG

If you are using TPSVG in your app and want to be listed here, simply create a pull request or let me know on twitter or via Github. We are always curious to see who is using our projects :)

Credits

TPSVG is created and maintained by Philip Niedertscheider, owned by techprimate.

techprimate.com twitter facebook facebook

Contributors

We want to thank all Contributors for their support!

License

TPSVG is available under the MIT license. See the LICENSE file for more info.