[Add] ProFitXSDK 4.2.1
[CocoaPods.git] / Specs / b / 7 / 9 / PubSubSwift / 0.1.0 / PubSubSwift.podspec.json
blobeff5fc977025b8596c774106a43b8dfe6531cd23
2   "name": "PubSubSwift",
3   "version": "0.1.0",
4   "summary": "A type-safe implementation Swift of PubSub/event hub that can be used as a replacement for the NotificationCenter",
5   "description": "A type-safe implementation Swift of PubSub/event hub that can be used as a replacement for the NotificationCenter.",
6   "homepage": "https://github.com/alinradut/PubSubSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alin Radut": "..."
13   },
14   "source": {
15     "git": "https://github.com/alinradut/PubSubSwift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "PubSub/Classes/**/*",
23   "swift_version": "4.0"