[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 5 / 8 / LMEventsource / 1.1.0 / LMEventsource.podspec.json
bloba62ce013bd4e8c87cbb980d4515371974e3f7c57
2   "name": "LMEventsource",
3   "version": "1.1.0",
4   "summary": "HTML5 Server-Sent Events in your Cocoa app.",
5   "homepage": "https://github.com/sillker/LMEventsource",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sillker": "269055130@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/sillker/LMEventsource.git",
15     "tag": "1.1.0"
16   },
17   "source_files": "LMEventsource/**/*.{h,m}",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lobjc"
27   }