Developed by INOSTUDIO
ValidationKit is a framework for checking data input on various constrainsts
platform :ios, '7.0'
pod "ValidationKit", "0.0.7"
-
Copy all ValidationKit files to your project's folder.
-
Add ValidationKit as subproject, press and hold ValidationKit.xcodeproj file and then drag it under your project in the navigator menu.
-
In the project target settings under "Build Settings" tab search for "Header Search Paths" field and add path to the ValidationKit project directory. Also enable "recursive" search option to the right of the path you have entered.
-
In the project target under "Build Settings" tab search for "Other Linker Flags" field and add "-ObjC" flag.
-
In the project target under "Build Phases" search for "Target Dependecies" list and add "libValidationKit.a" static library.
-
In the project target under "Build Phases" search for "Link Binary With Libraries" list and add "libValidationKit.a" static library.
-
Place "#import <ValidationKit/ValidationKit.h>" where you would like to use it.