pico icon indicating copy to clipboard operation
pico copied to clipboard

Cocoa-pods integration

Open ghost opened this issue 11 years ago • 5 comments

Hi! First of all it's lovely framework which has saved a lot of time.

Only thing missing is a cocoapods integration. Especially considering use of AFNetwroking framework inside the pico. If someone (me for instance) use pico and along with cocoapods framework which include AFNetworking as their own dependency - then we can have trouble with duplicated compiled sources.

So i've created at my fork the podspec with can add pico as a cocoapods dependency to any project. Here is a link: https://github.com/andrewBatutin/pico https://github.com/andrewBatutin/pico/blob/master/pico.podspec

I haven't pushed podspec to the main Cocoapods repository so far.

And i'd like to ask if you wouldn't mind to move your brilliant pico library to cocoapod based distribution?

I'll be glad to help you with that.

ghost avatar Nov 17 '13 13:11 ghost

Thanks a lot both of you ! Pico saved my day, week and even my month !

meltenc avatar Nov 18 '13 15:11 meltenc

Hi,

Sorry for my late response, Pico uses MIT license, any kind of distribution is welcome as long as the MIT license is followed.

Thx! -William

bulldog2011 avatar Dec 01 '13 12:12 bulldog2011

Someone please share pico.podspec with me and how to fork it to use AFNetworking. Need the solution desperately.

kirtishjain9 avatar Nov 25 '14 09:11 kirtishjain9

Dear ghost, Kindly push podspec to Cocoapods repo so that others can make use of it. Thanks and regards, Aarti

kirtishjain9 avatar Nov 25 '14 09:11 kirtishjain9

I did it on my fork :

pod 'PicoKit'

maxep avatar Apr 03 '15 16:04 maxep