Skip to content

Commit 5d5838a

Browse files
author
Jiongzhi Wang
committed
add cocoapods
1 parent 59f6816 commit 5d5838a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

HamsterUIKit.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'HamsterUIKit'
3+
s.module_name = 'HamsterUIKit'
4+
s.version = '1.0'
5+
s.license = 'Apache'
6+
s.summary = 'A simple and elegant UIKit(Charts) for iOS'
7+
s.homepage = 'https://github.com/Howardw3/HamsterUIKit'
8+
s.authors = { 'Howard Wang' => 'https://github.com/Howardw3' }
9+
s.source = { :git => 'https://github.com/Howardw3/HamsterUIKit.git', :tag => "v#{s.version}" }
10+
s.ios.deployment_target = '10.0'
11+
s.source_files = 'HamsterUIKit/*.swift'
12+
end

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A simple and elegant UIKit(Chart) for iOS, written in Swift.
3333

3434
## Installation
3535

36-
<!--### CocoaPods
36+
### CocoaPods
3737
1. Add to your Podfile:
3838
```
3939
use_frameworks!
@@ -46,7 +46,6 @@ pod install
4646
3. Import the framework
4747
```
4848
import HamsterUIKit
49-
```-->
5049
5150
### Manually
5251

0 commit comments

Comments
 (0)