[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / b / cslim / 1.0.0 / cslim.podspec.json
blob7336ea1568afef6594ff3b141d869334663e9ce7
2   "name": "cslim",
3   "version": "1.0.0",
4   "summary": "An implementation of FitNesse SliM for C and Objective-C",
5   "homepage": "https://github.com/dougbradbury/cslim",
6   "license": {
7     "type": "EPL",
8     "file": "LICENSE"
9   },
10   "authors": [
11     "Robert Martin",
12     "James Grenning",
13     "Doug Bradbury",
14     "Eric Myer"
15   ],
16   "source": {
17     "git": "https://github.com/paulstringer/cslim.git",
18     "tag": "v1.0.0"
19   },
20   "source_files": [
21     "include/Com/*.h",
22     "include/CSlim/*.h",
23     "include/ExecutorObjectiveC/*.h",
24     "src/Com/*",
25     "src/CSlim/*",
26     "src/ExecutorObjectiveC/*",
27     "fixtures/Main.c"
28   ],
29   "exclude_files": [
30     "src/ExecutorObjectiveC/OCSReturnValue.m",
31     "include/ExecutorObjectiveC/OCSReturnValue.h"
32   ],
33   "private_header_files": "**/*.h",
34   "requires_arc": false,
35   "subspecs": [
36     {
37       "name": "no-arc",
38       "source_files": [
39         "src/ExecutorObjectiveC/OCSReturnValue.m",
40         "include/ExecutorObjectiveC/OCSReturnValue.h"
41       ],
42       "compiler_flags": "-fno-objc-arc",
43       "private_header_files": "**/*.h",
44       "prefix_header_contents": ""
45     }
46   ]