[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 0 / d / 3 / Phaedo / 0.1.1 / Phaedo.podspec.json
blob96e040e132bc97a525c8ed75d238d7b074c0ba51
2   "name": "Phaedo",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tyler Thompson": "tyler.thompson@formidable.com"
13   },
14   "source": {
15     "git": "https://github.com/FormidableLabs/Phaedo.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/tptee",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Source/**/*",
23   "public_header_files": "Source/kiwi-objc/**/*.h",
24   "private_header_files": "Source/kiwi/**/*.h",
25   "libraries": "c++",
26   "xcconfig": {
27     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
28     "CLANG_CXX_LIBRARY": "libc++"
29   }