hayashi311 / Color-Picker-for-iOS

Colorful: iOS color picker built with Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please add pod information in README?

ljlin opened this issue · comments

how to write Podfile?
like this maybe?

platform :ios, '7.0'
pod 'Color-Picker-for-iOS', '~> 0.1.1'

Is 0.1.1 the latest version?

I find the code pod installed for me is different with the source code downloaded from github.
And it have compile error if i use the code below


- (void)viewWillDisappear:(BOOL)animated {
    [super viewWillDisappear:animated];
    if (self.delegate) {
        [self.delegate setSelectedColor:self.colorPickerView.color];
    }
}

v1.0 is the latest version.
But, .podspec file is not on CocoaPods/Specs yet. I'll send Pull Request.

https://github.com/CocoaPods/Specs/tree/master/Color-Picker-for-iOS

i find iOS-Color-Picker (1.1.2) by use pod search

iOS-Color-Picker is not Color-Picker-for-iOS 🙅

I thought you change the name in new version,Really Sorry 🙏🙏🙏

ljlin 李建霖 ACMer
南京航空航天大学
http://www.cnblogs.com/lijianlin1995/

在 2014年5月12日,下午7:12,Ryota Hayashi notifications@github.com 写道:

iOS-Color-Picker is not Color-Picker-for-iOS


Reply to this email directly or view it on GitHub.