[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / f / c / SwiftNats / 0.1 / SwiftNats.podspec.json
blobe7a8405b7728f43af0d48ca28d3c49524109e7e6
2   "name": "SwiftNats",
3   "version": "0.1",
4   "summary": "A Swift client for the NATS messaging system.",
5   "description": "Swift client for NATS, the cloud native messaging system. https://nats.io",
6   "homepage": "https://github.com/travelish/SwiftNats",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kakilangit": "kakilangit@travelish.net"
13   },
14   "social_media_url": "http://twitter.com/kakilangit",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/travelish/SwiftNats.git",
20     "tag": "0.1"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{h,m}"
25   ],
26   "exclude_files": "Sources/Exclude",
27   "requires_arc": true