vendor/Pods/NanoStore/README.md in nano-store-0.3.13 vs vendor/Pods/NanoStore/README.md in nano-store-0.3.14

- old
+ new

@@ -33,11 +33,15 @@ Now you should have a new ***Distribution*** directory within the NanoStore project directory which contains the Universal static library (armv6/armv7/i386) as well as the header files. To add it in your project, do the following: 1) Drag the Distribution directory to the Project Navigator panel 2) Include #import "NanoStore.h" in your code + +You will also have to activate LLVM's "Instrument Program Flow" setting: -Example: +![Alt text](http://cloud.github.com/downloads/tciuro/NanoStore/profile_settings.png) + +Usage example: #import "NanoStore.h" @implementation MyDemoAppDelegate \ No newline at end of file