I tried to include ChameleonFramework to my app so I added pod 'ChameleonFramework/Swift' to my pod file and installed 2.1.0 version + updated the pod.
After I build the app I get Swift Compiler Error. Looking at the errors, they are all call errors with missing parentheses since I didn't want to touch the code I didn't added the parentheses. Is there anyway I can fix this?