[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / e / HeroicLabs / 0.2.0 / HeroicLabs.podspec.json
blob9372356bad503d930bbe94d70779c04b5324b21f
2   "name": "HeroicLabs",
3   "version": "0.2.0",
4   "summary": "Heroic Labs SDK for iOS",
5   "description": "Heroic Labs is a backend for games.",
6   "homepage": "https://heroiclabs.com",
7   "authors": {
8     "Heroic Labs": "support@heroiclabs.com"
9   },
10   "social_media_url": "http://twitter.com/gameupio",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/heroiclabs/heroiclabs-sdk-ios.git",
16     "tag": "0.2.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       "~> 2.5"
32     ],
33     "Base64nl": [
34       "~> 1.2"
35     ],
36     "PromiseKit/Promise": [
37       "~> 1.5"
38     ]
39   }