Latest | 0.1.1 |
---|---|
Homepage | https://github.com/ravisfortune/LearnCocoa |
License | MIT |
Platforms | ios 10.0, requires ARC |
Frameworks | UIKit |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
LearnCocoa is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'LearnCocoa'
Author
[email protected], [email protected]
License
LearnCocoa is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "LearnCocoa", "version": "0.1.1", "summary": "A test to Cocoapods with Storyboards.cocoapods is used to use a project", "swift_version": "4.2", "description": "This is a same description of the Cocoapod written above. This cocoapods is used to use a project module with storyboard. Check out more detials on the later updates. Thanks", "homepage": "https://github.com/ravisfortune/LearnCocoa", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "[email protected]": "[email protected]" }, "source": { "git": "https://github.com/ravisfortune/LearnCocoa.git", "tag": "0.1.1" }, "platforms": { "ios": "10.0" }, "resources": "testpod/TESTMOD/**/*.{storyboard}", "source_files": "testpod/TESTMOD/**/*.{swift}", "requires_arc": true, "frameworks": "UIKit" }
Wed, 05 Jun 2019 10:18:07 +0000