| { |
| "name": "CTidy", |
| "version": "0.3.1", |
| "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.3.1" |
| }, |
| "source_files": [ |
| "CTidy/CTidy.{h,m}", |
| "libtidy/**/*.{c,h}" |
| ], |
| "public_header_files": [ |
| "CTidy/CTidy.h", |
| "libtidy/**/*.h" |
| ], |
| "requires_arc": true, |
| "xcconfig": { |
| "GCC_WARN_TYPECHECK_CALLS_TO_PRINTF": "NO", |
| "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO" |
| } |
| } |