[Add] VisionSDK 1.6.1
[CocoaPods.git] / Specs / 9 / a / b / LOG_EXPR / 1.1 / LOG_EXPR.podspec.json
blobd8386648bc85652f854d96a1462a555ee0ca7c7e
2   "name": "LOG_EXPR",
3   "version": "1.1",
4   "license": {
5     "type": "MIT",
6     "file": "MIT-LICENSE"
7   },
8   "summary": "A macro that prints out x, no matter what type x is.",
9   "homepage": "http://atelierdumobile.com",
10   "authors": {
11     "Mathieu Godart": "mathieu@atelierdumobile.com"
12   },
13   "source": {
14     "git": "https://github.com/atelierdumobile/LOG_EXPR.git",
15     "tag": "v1.1"
16   },
17   "description": "LOG_EXPR(x) is a macro that prints out x, no matter what type x is, without having to worry about format-strings. It works on Mac OS X and iOS. LOG_EXPR(x) is the work of Vincent Gable.",
18   "source_files": "*.{h,m}",
19   "requires_arc": false