[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 6 / Scribe / 0.1 / Scribe.podspec.json
blob01e56d6094bc12e035b4aff3b8d585658250f709
2   "name": "Scribe",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "Logger middleware for Swift 2 (Linux ready)",
6   "homepage": "https://github.com/Zewo/Scribe",
7   "authors": {
8     "Paulo Faria": "paulo.faria.rl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Zewo/Scribe.git",
12     "tag": "v0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": [
19     "Dependencies/Copyist/*.c",
20     "Scribe/**/*.swift"
21   ],
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Scribe/Dependencies"
24   },
25   "preserve_paths": "Dependencies/*",
26   "dependencies": {
27     "Fuzz": [
28       "0.1.1"
29     ]
30   },
31   "requires_arc": true