[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / b / 6 / SteamLogin / 0.1.1 / SteamLogin.podspec.json
blobb459afa177b95577a8fe3baed1cd97b7101ed57c
2   "name": "SteamLogin",
3   "authors": "Serhii Londar",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/serhii-londar/SteamLogin.git",
9   "version": "0.1.1",
10   "summary": "Steam library for login user and retreive steam user id.",
11   "source": {
12     "git": "https://github.com/serhii-londar/SteamLogin.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "social_media_url": "https://twitter.com/serhii_londar",
19   "default_subspecs": "Login",
20   "description": "'Steam library for login user and retreive steam user id. Written in pure swift and support iOS 9 and more.'",
21   "screenshots": [
22     "https://i.imgur.com/euv7Hht.png",
23     "https://i.imgur.com/m4c1Yoc.png",
24     "https://i.imgur.com/sgtTc8w.png"
25   ],
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "4.0"
28   },
29   "pushed_with_swift_version": "4.0",
30   "subspecs": [
31     {
32       "name": "Login",
33       "source_files": "SteamLogin/Source/**/*.swift",
34       "resources": "SteamLogin/Source/SteamLoginVC/*.xib"
35     }
36   ]