Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caichenghan/cctaglayout
https://github.com/caichenghan/cctaglayout
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caichenghan/cctaglayout
- Owner: CaiChenghan
- License: mit
- Created: 2019-11-29T09:10:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T02:20:42.000Z (almost 4 years ago)
- Last Synced: 2024-11-22T13:42:31.992Z (3 months ago)
- Language: Objective-C
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCTagLayout
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
CCTagLayout is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:#### 方法一
```ruby
target 'MyApp' do
pod 'CCTagLayout', :git => 'https://github.com/CaiChenghan/CCTagLayout.git', :tag => '1.0.0'
end
```#### 方法二
```ruby
platform :ios, '9.0'
inhibit_all_warnings!
source ‘https://github.com/CaiChenghan/CCRepo.git’
source ‘https://github.com/CocoaPods/Specs.git’
target 'MyApp' do
pod 'CCTagLayout', '~> 1.0.0'
end
```## Author
[email protected], [email protected]
## License
CCTagLayout is available under the MIT license. See the LICENSE file for more info.