[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / e / HeroicLabs / 0.8.1 / HeroicLabs.podspec.json
blob78320d7067e3a5c8023105eb48d06a40c5aaabec
2   "name": "HeroicLabs",
3   "version": "0.8.1",
4   "source": {
5     "git": "https://github.com/heroiclabs/heroiclabs-sdk-ios.git",
6     "tag": "0.8.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   "license": {
16     "type": "Apache License, Version 2.0",
17     "file": "LICENSE"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Classes/*.{h,m}",
24   "public_header_files": "Classes/*.h",
25   "requires_arc": true,
26   "frameworks": [
27     "SystemConfiguration",
28     "MobileCoreServices"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 3.1"
33     ],
34     "PromiseKit/Promise": [
35       "~> 1.7"
36     ]
37   }