Latest | 0.2.0 |
---|---|
Homepage | https://github.com/martin3zra/tasha |
License | { :type => ‘MIT’, :file => ‘LICENSE’ } |
Platforms | ios 11.0 |
Frameworks | UIKit |
Authors |
tasha
A ios custom boilerplate
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Tasha is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "Tasha"
Author
Alfredo MartÃnez, [email protected]
License
Tasha is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Tasha", "version": "0.2.0", "summary": "Boilerplate for common case to use on iOS app.", "description": "Boilerplate for common case to use on iOS app. Install library into project, never have to write this generic code again!", "homepage": "https://github.com/martin3zra/tasha", "license": "{ :type => 'MIT', :file => 'LICENSE' }", "authors": { "Alfredo Martinez": "[email protected]" }, "social_media_url": "https://twitter.com/martin3zra", "platforms": { "ios": "11.0" }, "source": { "git": "https://github.com/martin3zra/tasha.git", "tag": "0.2.0" }, "source_files": "Tasha/**/*", "frameworks": "UIKit", "pushed_with_swift_version": "4.0" }
Wed, 20 Dec 2017 10:20:19 +0000