[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 2 / f / Aeon / 0.1 / Aeon.podspec.json
blob48ed7c2cbd864161d438c13ac3c303d17a8018e0
2   "name": "Aeon",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "GCD based HTTP server for Swift 2 (Linux ready)",
6   "homepage": "https://github.com/Zewo/Aeon",
7   "authors": {
8     "Paulo Faria": "paulo.faria.rl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Zewo/Aeon.git",
12     "tag": "v0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": [
19     "Dependencies/Belle/*.c",
20     "Dependencies/Incandescence/*.c",
21     "Dependencies/Tide/*.c"
22   ],
23   "xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Aeon/Dependencies"
25   },
26   "preserve_paths": "Dependencies/*",
27   "requires_arc": true