[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 3 / EventCenter / 1.0.0 / EventCenter.podspec.json
blobf9914465ee2566192c09ffe23c67b762c2da97a5
2   "name": "EventCenter",
3   "version": "1.0.0",
4   "summary": "Swift Library of Type Safe Event Notification like Android's EventBus.",
5   "description": "EventCenter is a swift library like Android's EventBus.\nObservers can register type safe handlers(no need to type casting), and unregister.\nThe handler's running thread can be specified when registering the hander.",
6   "homepage": "https://github.com/mokemokechicken/EventCenter",
7   "license": "MIT",
8   "authors": {
9     "Ken Morishita": "mokemokechicken@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mokemokechicken/EventCenter.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/mokemokechicken",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"