[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 6 / SteamLogin / 0.1 / SteamLogin.podspec.json
blobdb9cb6108d44161981b827238b0abb9f2abe7bdb
2   "name": "SteamLogin",
3   "authors": "Serhii Londar",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/serhii-londar/SteamLogin.git",
8   "version": "0.1",
9   "summary": "Steam library for login user and retreive steam user id.",
10   "source": {
11     "git": "https://github.com/serhii-londar/SteamLogin.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "social_media_url": "https://twitter.com/serhii_londar",
18   "default_subspecs": "Login",
19   "description": "'Steam library for login user and retreive steam user id. Written in pure swift and support iOS 9 and more.'",
20   "pushed_with_swift_version": "4.0",
21   "subspecs": [
22     {
23       "name": "Login",
24       "source_files": "SteamLogin/Source/**/*.swift",
25       "resources": "SteamLogin/Source/SteamLoginVC/*.xib"
26     }
27   ]