[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / f / 9 / FooTest / 0.0.1 / FooTest.podspec.json
blob02285821b298340230dd4428e298bbabd10732be
2   "name": "FooTest",
3   "version": "0.0.1",
4   "summary": "This is a test.",
5   "description": "This is just a test.",
6   "homepage": "https://github.com/ikkentim",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tim Potze": "timpotze@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ikkentim/FooTest.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "include/FooTest/*.h",
22   "public_header_files": "include/FooTest/*.h",
23   "preserve_paths": "libFooTest.a",
24   "ios": {
25     "vendored_libraries": "libFooTest.a"
26   },
27   "requires_arc": true