This project is not maintained anymore, as this functionality is now included in Xcode Asset Catalogs
TPSVG is a fast SVG parser for iOS, tvOS, watchOS and macOS created in Swift!
Features • Communication • Example • Usage • Installation • Credits • License
- TODO: full features list
- You need more features? Checkout #Contribute
- 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.
To run the example project, run pod try TPSVG
TODO: Usage description
Language | Branch | Pod version | Xcode version | iOS version |
---|---|---|---|---|
Swift 4.2 | master | >= 1.0.x | Xcode 10+ | iOS 8.3+ |
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 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.
TODO: Add description for Swift Package Manager installation
TODO: Add description for manual installation
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 :)
TPSVG is created and maintained by Philip Niedertscheider, owned by techprimate.
We want to thank all Contributors for their support!
TPSVG is available under the MIT license. See the LICENSE file for more info.