[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 7 / 6 / SocketRocketAblyFork / 0.5.2-ably-6 / SocketRocketAblyFork.podspec.json
blob92cff1a807d8103b92afeaaf5e8ba9dc3fede14d
2   "name": "SocketRocketAblyFork",
3   "version": "0.5.2-ably-6",
4   "summary": "A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.",
5   "homepage": "https://github.com/ably-forks/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/ably-forks/SocketRocket.git",
14     "tag": "0.5.2-ably-6"
15   },
16   "requires_arc": true,
17   "source_files": "SocketRocket/**/*.{h,m}",
18   "public_header_files": "SocketRocket/*.h",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "ios": {
25     "frameworks": [
26       "CFNetwork",
27       "Security"
28     ]
29   },
30   "osx": {
31     "frameworks": [
32       "CoreServices",
33       "Security"
34     ]
35   },
36   "tvos": {
37     "frameworks": [
38       "CFNetwork",
39       "Security"
40     ]
41   },
42   "libraries": "icucore"