[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 6 / SteamLogin / 0.1.3 / SteamLogin.podspec.json
blob993bb46f22d22e8c6746eed61e92c2d869fa178d
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.3",
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.3"
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   "subspecs": [
30     {
31       "name": "Login",
32       "source_files": "SteamLogin/Source/**/*.swift"
33     }
34   ]