[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 6 / 0 / 7 / Venice / 0.9 / Venice.podspec.json
blob149dcfe1baaef58251def14840a359aae4474731
2   "name": "Venice",
3   "version": "0.9",
4   "license": "MIT",
5   "summary": "CSP for Swift 2 (Linux ready)",
6   "homepage": "https://github.com/Zewo/Venice",
7   "authors": {
8     "Paulo Faria": "paulo.faria.rl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Zewo/Venice.git",
12     "tag": "v0.9"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": [
19     "Dependencies/libmill/*.c",
20     "Venice/**/*.swift"
21   ],
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Venice/Dependencies"
24   },
25   "preserve_paths": "Dependencies/*",
26   "requires_arc": true