Podfile 252 Bytes
use_frameworks!

platform :ios, '8.0'

target 'CNLiveOrganizationValidationModule_Example' do
  pod 'CNLiveOrganizationValidationModule', :path => '../'

  target 'CNLiveOrganizationValidationModule_Tests' do
    inherit! :search_paths

    
  end
end