Geometris IOS Resources To install framework to your project from CocoaPods Add below into your Podfile on Xcode. target YOUR_PORJECT_TARGET do use_frameworks! pod ‘Geometris’, :git => 'https://github.com/geometris/GeometrisIOS.git', :tag => ‘1.0.6’ end