[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 5 / e / SocketIOKit / 1.0.2 / SocketIOKit.podspec.json
blob855fc0747217c954ad0b43ddae91346d6efc0d2d
2   "name": "SocketIOKit",
3   "version": "1.0.2",
4   "summary": "Socket.io iOS and OSX Client compatible with v1.0 and later",
5   "homepage": "https://github.com/ricardopereira/SocketIO-Kit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Ricardo Pereira": "m@ricardopereira.eu"
12   },
13   "social_media_url": "https://twitter.com/ricardopereiraw",
14   "source": {
15     "git": "https://github.com/ricardopereira/SocketIO-Kit.git",
16     "tag": "v1.0.2"
17   },
18   "source_files": [
19     "SocketIOKit/*.{h}",
20     "Source/**/*.{h,swift}"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9"
26   },
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "UIKit"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "Foundation",
36       "AppKit"
37     ]
38   },
39   "dependencies": {
40     "Runes": [
42     ]
43   }