CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | May 2017 |
Maintained by Tamas Dancsi.
v3.2.0
Appwoodoo is the simplest way to add an admin panel to existing or new apps, to edit their content.
To see the example app at work, open the Example
folder, run a Cocoapods update and then run the app using XCode on any device or emulator.
Adding Appwoodoo to any iOS app is as simple as adding this one line to your Cocoapods Podfile:
platform :ios, '8.0'
use_frameworks!
target 'Example' do
pod 'Appwoodoo', '~> 3.2.0'
end
See the full documentation here (or check out the Example app's code for details).
3.2.0
: Initial Dialogs feature3.0.1
: Initial StoryWall feature2.6.0
: Support for notification soundsFeel free to open tickets on this package or change the code in any way. You can also send an e-mail to info-AT-appwoodoo.com with your ideas and suggestions.
Copyright (c) 2013-2017 Appwoodoo (appwoodoo.com)