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