[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / 9 / SpeedLog / 0.3.0 / SpeedLog.podspec.json
blob48445cbb247913b5840b7238105497c3327a4f5f
2   "name": "SpeedLog",
3   "version": "0.3.0",
4   "summary": "SpeedLog - Swift fast debug logs, improves code optimization",
5   "description": "SpeedLog can be easily disabled and removed for the release build.\nThis would increase code performance and enable better optimization\nfor swift compiler",
6   "homepage": "https://github.com/kostiakoval/SpeedLog",
7   "license": "MIT",
8   "authors": {
9     "Kostiantyn Koval": "konstantin.koval1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kostiakoval/SpeedLog.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/kostiakoval",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/**/*.swift",
24   "watchos": {
25     "exclude_files": "Source/UIKit"
26   },
27   "osx": {
28     "exclude_files": "Source/UIKit"
29   },
30   "pod_target_xcconfig": {
31     "OTHER_SWIFT_FLAGS": "-D ENABLE_LOG"
32   },
33   "pushed_with_swift_version": "3.0"