AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

New Cocoapods Version? #29

Open aaronrogers opened 11 years ago

aaronrogers commented 11 years ago

It's been about 9 months since 1.3.2. Is there going to be a new version sometime?

AlexDenisov commented 11 years ago

@aaronrogers, you can use custom podspec, which should link to 9d7973e754f86f0bb874691333362e6b0c091546, the latest stable commit

AlexDenisov commented 11 years ago

I'll add podspec into this repo soon.

aaronrogers commented 11 years ago

Thanks @AlexDenisov!

obaid commented 11 years ago

Is the latest version available on cocoapod? I can't update past 1.3.2 .. I need to get the latest master version working for my project so can you please tell me how can I update my local copy?

ArtFeel commented 11 years ago

In your Podfile:

pod 'iActiveRecord', :git => 'git@github.com:AlexDenisov/iActiveRecord.git'
obaid commented 11 years ago

Thanks.. I am now getting .. "out of memory" error..

AlexDenisov commented 11 years ago

@obaid, currently wiki page is obsoleted. You may review ActiveTwitter target. There you will find how to setup new version.

Urkman commented 10 years ago

This project looks very promising :) It would be great, if you update the documentation on how to use it via CocoaPods...