CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

ValidationKit 0.0.7

ValidationKit 0.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2017

Maintained by Evgeny Kubrakov.



  • By
  • Streetmage

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.6"

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.