alexlee002 / alloy

Patchwork now rename to [alloy], alloy is a simple toolkit that makes your iOS / OS X apps development more easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patchwork Alloy

Patchwork Alloy is a simple toolkit that makes your iOS / OS X apps development more easier.

中文文档 | English Document

Important!

The BlocksKit defines a macro named SELECT, which is conflict with the property name in ALDatabase, so BE SURE add this code in your Podfile:

pre_install do
    system("sed -i '' '/BKMacros/d' Pods/BlocksKit/BlocksKit/BlocksKit.h")
end

About

Patchwork now rename to [alloy], alloy is a simple toolkit that makes your iOS / OS X apps development more easier.

License:Apache License 2.0


Languages

Language:Objective-C 95.9%Language:C 1.7%Language:Ruby 1.0%Language:HTML 0.8%Language:Shell 0.5%