[Add] networkfing 0.2.4
[CocoaPods.git] / Specs / 9 / a / 8 / CTidy / 0.2.0 / CTidy.podspec.json
blob22308fdd59bc5df431abf43114e53255c99dc0b8
2   "name": "CTidy",
3   "version": "0.2.0",
4   "license": "Simplified BSD License",
5   "summary": "libtidy Objective-C wrapper.",
6   "homepage": "https://github.com/siuying/CTidy",
7   "authors": {
8     "Francis Chong": "francis@ignition.hk"
9   },
10   "source": {
11     "git": "https://github.com/siuying/CTidy.git",
12     "tag": "0.2.0"
13   },
14   "source_files": "CTidy/CTidy.{h,m}",
15   "libraries": "tidy",
16   "xcconfig": {
17     "HEADER_SEARCH_PATHS": "/usr/include/tidy"
18   },
19   "requires_arc": true