Latest | 3.0.1 |
---|---|
Homepage | https://github.com/GyazSquare/GSLAdditions |
License | MIT |
Platforms | osx , ios , tvos , watchos , requires ARC |
GSLAdditions is Objective-C GSL categories for iOS, macOS, watchOS and tvOS.
Requirements
- Xcode 10.1 or later
- Base SDK: iOS 12.1 / macOS 10.14.1 / watchOS 5.1 / tvOS 12.1 or later
- Deployment Target: iOS 8.0 / OS X 10.6 / watchOS 2.0 / tvOS 9.0 or later
Installation
CocoaPods
Add the pod to your Podfile
:
# ...
pod 'GSLAdditions', :git => 'https://github.com/GyazSquare/GSLAdditions.git'
Source
Check out the source:
$ git clone https://github.com/GyazSquare/GSLAdditions.git
License
This software is licensed under the MIT License.
See the LICENSE file for details.
Latest podspec
{ "name": "GSLAdditions", "version": "3.0.1", "authors": "GyazSquare", "license": { "type": "MIT" }, "homepage": "https://github.com/GyazSquare/GSLAdditions", "source": { "git": "https://github.com/GyazSquare/GSLAdditions.git", "tag": "v3.0.1" }, "summary": "Objective-C GSL categories for iOS, macOS, watchOS and tvOS.", "requires_arc": true, "platforms": { "osx": null, "ios": null, "tvos": null, "watchos": null }, "subspecs": [ { "name": "FoundationGSLAdditions", "platforms": { "ios": "8.0", "osx": "10.6", "tvos": "9.0", "watchos": "2.0" }, "source_files": "FoundationGSLAdditions/*.{h,m}" }, { "name": "UIKitGSLAdditions", "platforms": { "ios": "8.0", "tvos": "9.0" }, "source_files": "UIKitGSLAdditions/*.{h,m}" } ] }
Mon, 21 Jan 2019 11:05:27 +0000