Skip to content

Streetmage/ValidationKit

Repository files navigation

ValidationKit

Developed by INOSTUDIO

ValidationKit is a framework for checking data input on various constrainsts

ValidationKit contents diagram

alt tag

Podfile

platform :ios, '7.0'
pod "ValidationKit", "0.0.7"

Adding as subproject

  1. Copy all ValidationKit files to your project's folder.

  2. Add ValidationKit as subproject, press and hold ValidationKit.xcodeproj file and then drag it under your project in the navigator menu.

  3. 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.

  4. In the project target under "Build Settings" tab search for "Other Linker Flags" field and add "-ObjC" flag.

  5. In the project target under "Build Phases" search for "Target Dependecies" list and add "libValidationKit.a" static library.

  6. In the project target under "Build Phases" search for "Link Binary With Libraries" list and add "libValidationKit.a" static library.

  7. Place "#import <ValidationKit/ValidationKit.h>" where you would like to use it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •