[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 7 / flow-test / 0.1.0 / flow-test.podspec.json
blob274ce2c23c85b96cd66e63e6e24e8c6c7f50de5a
2   "name": "flow-test",
3   "version": "0.1.0",
4   "summary": "A pod to unit-test non-UI flow based on method selectors strings",
5   "description": "A pod to unit-test non-UI flow based on method selectors strings.\n\n\nWhen writing unit-tests for non-UI parts of an app, say like some kind of local in-memory store, for some scenarios, where there could be multiple ways of arriving at the same final result, basic unit-tests seem insufficient.\n\n`flow-test` makes it explicit that for a particular test, a certain list of methods need to be called, in a particular order, for it to be successful.",
6   "homepage": "https://github.com/gnithin/flow-test",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gnithin": "nithin.linkin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gnithin/flow-test.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "flow-test/Classes/**/*",
22   "frameworks": "XCTest",
23   "dependencies": {
24     "Aspects": [
25       "1.3.1"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   }