Latest | 1.0.4 |
---|---|
Homepage | https://github.com/ESGIProjects/SwifTools |
License | BSD |
Platforms | ios 9.0 |
Authors | , |
A Swift Framework that serves as a development toolbox. Helps with :
- Adding constraints
- Touch ID set up
- Using Home Screen Quick Actions
Installation
SwifTools is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SwifTools"
Requirements
Development target is iOS 9.0 minimum.
Latest podspec
{ "name": "SwifTools", "version": "1.0.4", "summary": "A Swift Framework that serves as a development toolbox.", "description": "A Swift Framework that serves as a development toolbox. Handles things like constraints, Touch ID,nand Home Screen Quick Actions.", "homepage": "https://github.com/ESGIProjects/SwifTools", "license": "BSD", "authors": { "Jason Pierna": "[email protected]", "Ku00e9vin Le": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/ESGIProjects/SwifTools.git", "tag": "1.0.4" }, "source_files": [ "SwifTools", "SwifTools/**/*.{h,m,swift}" ], "exclude_files": "SwifTools/SwifToolsTests/*", "pod_target_xcconfig": { "SWIFT_VERSION": "3" }, "pushed_with_swift_version": "3.0" }
Sat, 18 Feb 2017 06:40:24 +0000