[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / b / e / HeroicLabs / 0.7.1 / HeroicLabs.podspec.json
blobd588509afe64b0a105b56b113fbb9389608f2ef7
2   "name": "HeroicLabs",
3   "version": "0.7.1",
4   "source": {
5     "git": "https://github.com/heroiclabs/heroiclabs-sdk-ios.git",
6     "tag": "0.7.1"
7   },
8   "summary": "Heroic Labs SDK for iOS",
9   "description": "Heroic Labs is a backend for games.",
10   "homepage": "https://heroiclabs.com",
11   "authors": {
12     "Heroic Labs": "support@heroiclabs.com"
13   },
14   "social_media_url": "http://twitter.com/heroicdev",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "license": {
19     "type": "Apache License, Version 2.0",
20     "file": "LICENSE"
21   },
22   "source_files": "Classes/*.{h,m}",
23   "public_header_files": "Classes/*.h",
24   "requires_arc": true,
25   "frameworks": [
26     "SystemConfiguration",
27     "MobileCoreServices"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.0"
32     ],
33     "PromiseKit/Promise": [
34       "~> 1.6"
35     ]
36   }