Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFNetworking 1.3.0 #19

Closed
Thymo opened this issue Apr 30, 2014 · 11 comments
Closed

AFNetworking 1.3.0 #19

Thymo opened this issue Apr 30, 2014 · 11 comments

Comments

@Thymo
Copy link

Thymo commented Apr 30, 2014

XLForm seems to be a great library. I'm not able to use it because RestKit requires AFNetworking 1.3.0 and XLForm minimal 2. Is it possible to support the older AFNetworking version, or a subversion of XLForms without the XLDataLoader?

@mtnbarreto
Copy link
Member

@iTupt it seems that remove all the dependencies will make easier the library use. Let me think a little more about it. Maybe during the weekend i have some time.
regards

@nfranke
Copy link

nfranke commented Apr 30, 2014

I'd like to see AFNetworking eliminated as well. While I do use version 2.0, I'd rather use my own data management layer and skip having XLForm do anything with persistence.

@mayermd
Copy link

mayermd commented Apr 30, 2014

+1 on removing the AFNetworking dependency and/or separating out the XLDataLoader into a subversion.

@jschmid
Copy link
Contributor

jschmid commented May 6, 2014

I am as well in favor if splitting the AFNetworking feature out of the main project.

I think you could make good use of the subspec feature of Cocoapods. See the documentation.

@tonimoeckel
Copy link

+1 for removing AFNetworking or separate it as an additional plugin
I also use RestKit like iTupt

@mirceamironenco
Copy link

+1 what they said

@1am
Copy link

1am commented May 22, 2014

+1. I'm going through migration hell since the project i'm integrating XLForm is using AFNetworking 1.3 and I'm not even using AFNetworking for the forms :)

@iwleonards
Copy link

Yes, please remove the AFNetworking dependency

@mtnbarreto
Copy link
Member

I've removed AFNetworking dependency, https://github.com/xmartlabs/XLForm/tree/v1.1.0.
I will update the readme later.
Let's use pod 'XLForm', :git => 'https://github.com/xmartlabs/XLForm.git', :branch => 'v1.1.0' for now.

@tonimoeckel
Copy link

Thanks @mtnbarreto !!

@mtnbarreto
Copy link
Member

merged with master. #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants