[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 0 / Socketing / 1.0.0 / Socketing.podspec.json
blobba8d953f057cd4e24b2b0a59b839a380efa57d97
2   "name": "Socketing",
3   "version": "1.0.0",
4   "summary": "A minimal iOS/macOS Socket Framework.",
5   "description": "A minimal iOS/macOS Socket Framework in Swift.",
6   "homepage": "https://github.com/Meniny/Socketing",
7   "license": "MIT",
8   "authors": {
9     "Meniny": "Meniny@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Meniny/Socketing.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "http://meniny.cn/",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3.0"
22   },
23   "source_files": [
24     "Socketing/**/*{.swift}",
25     "Socketing/**/*{.h}",
26     "Socketing/**/*{.c}"
27   ],
28   "public_header_files": "Socketing/**/*{.h}",
29   "ios": {
30     "frameworks": "Foundation"
31   },
32   "osx": {
33     "frameworks": "Foundation"
34   },
35   "pushed_with_swift_version": "3.0"