4 "summary": "A speedy constraints solver for Swift.",
5 "description": "Phaedo is a speedy linear constraint solver for Swift. Phaedo wraps the\nKiwi constraint solver (C++) in a thin layer of Objective-C, then adds\noperator overloads in Swift for intuitive constraint definitions.",
6 "homepage": "https://github.com/FormidableLabs/Phaedo",
12 "Tyler Thompson": "tyler.thompson@formidable.com"
15 "git": "https://github.com/FormidableLabs/Phaedo.git",
18 "social_media_url": "https://twitter.com/tptee",
22 "source_files": "Source/**/*",
23 "public_header_files": "Source/kiwi-objc/**/*.h",
24 "private_header_files": "Source/kiwi/**/*.h",
27 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
28 "CLANG_CXX_LIBRARY": "libc++"