Latest | 0.1.2 |
---|---|
Homepage | https://github.com/Thinkerfan/STSwiftEX |
License | MIT |
Platforms | ios 10.0 |
Dependencies | MBProgressHUD, Alamofire |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
STSwiftEX is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'STSwiftEX'
Author
Thinkerfan, [email protected]
License
STSwiftEX is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "STSwiftEX", "version": "0.1.2", "summary": "Swift Extension kit", "homepage": "https://github.com/Thinkerfan/STSwiftEX", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Thinkerfan": "[email protected]" }, "source": { "git": "https://github.com/Thinkerfan/STSwiftEX.git", "tag": "0.1.2" }, "platforms": { "ios": "10.0" }, "source_files": "STSwiftEX/Classes/**/*", "swift_version": "4.2", "dependencies": { "MBProgressHUD": [], "Alamofire": [] } }
Wed, 29 May 2019 10:05:17 +0000