[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / 9 / SpeedLog / 0.2.2 / SpeedLog.podspec.json
blobca824adf5f85c0f1bba34923aff795e5a7ac7990
2   "name": "SpeedLog",
3   "version": "0.2.2",
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.2.2"
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   }