[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / b / 5 / 8 / LMEventsource / 1.0.0 / LMEventsource.podspec.json
blob8cee15f930c21f93b0d9ddb3c267cc53d623864c
2   "name": "LMEventsource",
3   "version": "1.0.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.0.0"
16   },
17   "source_files": "LMEventsource/**/*.{h,m}",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lobjc"
27   }