[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / f / 3 / SKRTMAPI / 4.1.0 / SKRTMAPI.podspec.json
blobb55824eab929e6d62deb73e7c505fd9e2657b853
2   "name": "SKRTMAPI",
3   "version": "4.1.0",
4   "summary": "A Swift library for connecting to the Slack RTM API",
5   "homepage": "https://github.com/SlackKit/SKRTMAPI",
6   "license": "MIT",
7   "authors": {
8     "Peter Zignego": "peter@launchsoft.co"
9   },
10   "source": {
11     "git": "https://github.com/SlackKit/SKRTMAPI.git",
12     "tag": "4.1.0"
13   },
14   "social_media_url": "https://twitter.com/pvzig",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**/*.swift",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "SKCore": [
26     ],
27     "SKWebAPI": [
29     ],
30     "Starscream": [
32     ]
33   }