[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / 9 / SpeedLog / 0.1.4 / SpeedLog.podspec.json
blob6ee495c9216e3d6f292cebe2dc1142807abdaefd
2   "name": "SpeedLog",
3   "version": "0.1.4",
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.1.4"
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   "pod_target_xcconfig": {
25     "OTHER_SWIFT_FLAGS": "-D ENABLE_LOG"
26   }