[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 8 / Eventful / 0.0.1 / Eventful.podspec.json
blob844f88c2e659dc0af2b27246537e782201c2af03
2   "name": "Eventful",
3   "version": "0.0.1",
4   "summary": "A simple swift library for processing events.",
5   "description": "                   Eventful is a simple Swift-only library for handling events. A Promise<T> allows\n                   one to manage a one-time asynchronous event in an object-oriented manner. For\n                   recurring events, try Observable<T>, which allows you to tap into a stream of\n                   events.\n",
6   "homepage": "https://github.com/inlined/eventful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Bouldin": "thomas.bouldin@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/inlined",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/inlined/eventful.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "Eventful",
23   "public_header_files": "Eventful/*.h",
24   "requires_arc": true