blob: 96e040e132bc97a525c8ed75d238d7b074c0ba51 [file] [log] [blame]
{
"name": "Phaedo",
"version": "0.1.1",
"summary": "A speedy constraints solver for Swift.",
"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.",
"homepage": "https://github.com/FormidableLabs/Phaedo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tyler Thompson": "tyler.thompson@formidable.com"
},
"source": {
"git": "https://github.com/FormidableLabs/Phaedo.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/tptee",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*",
"public_header_files": "Source/kiwi-objc/**/*.h",
"private_header_files": "Source/kiwi/**/*.h",
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}