[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 3 / 7 / b / MixerAPI / 1.6 / MixerAPI.podspec.json
blob75974df502bc0817e5501905e57475b706bf36b7
2   "name": "MixerAPI",
3   "version": "1.6",
4   "summary": "An interface to communicate with Mixer's backend.",
5   "homepage": "https://github.com/mixer/mixer-client-swift",
6   "license": "MIT",
7   "authors": {
8     "Jack Cook": "jack@mixer.com"
9   },
10   "requires_arc": true,
11   "platforms": {
12     "ios": "8.2"
13   },
14   "source": {
15     "git": "https://github.com/mixer/mixer-client-swift.git",
16     "tag": "1.6"
17   },
18   "source_files": "Pod/Classes/**/*",
19   "dependencies": {
20     "Starscream": [
21       "~> 2.0"
22     ],
23     "SwiftyJSON": [
24       "~> 3.1"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"