[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 3 / LWSocketRocket / 0.0.1 / LWSocketRocket.podspec.json
blob8e9eace4e6ae9f1d8c4e8e47512cd2d126f6220e
2   "name": "LWSocketRocket",
3   "version": "0.0.1",
4   "summary": "A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.",
5   "homepage": "https://github.com/facebook/SocketRocket",
6   "authors": {
7     "Nikita Lutsenko": "nlutsenko@me.com",
8     "Dan Federman": "federman@squareup.com",
9     "Mike Lewis": "mikelikespie@gmail.com"
10   },
11   "license": "BSD",
12   "source": {
13     "git": "https://github.com/shadow-boy/LWSocketRocket.git",
14     "tag": "0.0.1"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "LWSocketRocket/*.h",
19     "LWSocketRocket/SocketRocket/**/*.{h,m}",
20     "LWSocketRocket/SocketRocket/**/**/*.{h,m}",
21     "LWSocketRocket/SocketRocket/**/**/**/*.{h,m}",
22     "LWSocketRocket/SocketRocket/**/**/**/**/*.{h,m}",
23     "LWSocketRocket/SocketRocket/**/**/**/**/**/*.{h,m}",
24     "LWSocketRocket/SocketRocket/**/**/**/**/**/**/*.{h,m}"
25   ],
26   "platforms": {
27     "ios": "8.0"
28   },
29   "frameworks": [
30     "CFNetwork",
31     "Security"
32   ],
33   "libraries": "icucore"