bulldog2011 / pico

A light iOS web service client framework.
58 stars 35 forks source link

Cocoa-pods integration #6

Open ghost opened 10 years ago

ghost commented 10 years ago

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.

meltenc commented 10 years ago

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

bulldog2011 commented 10 years ago

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

kirtishjain9 commented 9 years ago

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

kirtishjain9 commented 9 years ago

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

maxep commented 9 years ago

I did it on my fork :

pod 'PicoKit'