| { | |
| "name": "CTidy", | |
| "version": "0.2.0", | |
| "license": "Simplified BSD License", | |
| "summary": "libtidy Objective-C wrapper.", | |
| "homepage": "https://github.com/siuying/CTidy", | |
| "authors": { | |
| "Francis Chong": "francis@ignition.hk" | |
| }, | |
| "source": { | |
| "git": "https://github.com/siuying/CTidy.git", | |
| "tag": "0.2.0" | |
| }, | |
| "source_files": "CTidy/CTidy.{h,m}", | |
| "libraries": "tidy", | |
| "xcconfig": { | |
| "HEADER_SEARCH_PATHS": "/usr/include/tidy" | |
| }, | |
| "requires_arc": true | |
| } |