[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / f / e / 0 / FriendlyScoreConnectApi / 0.1.0 / FriendlyScoreConnectApi.podspec.json
blobaf7d29cf5ab835ab432d3ac6921fe2b95350ab83
2   "name": "FriendlyScoreConnectApi",
3   "version": "0.1.0",
4   "summary": "FriendlyScoreConnectApi for iOS is a wrapper to build custom connectivity flows",
5   "homepage": "https://friendlyscore.com",
6   "swift_versions": "4.0",
7   "authors": {
8     "FriendyScore": "info@friendlyscore.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "12.3"
16   },
17   "source": {
18     "git": "https://github.com/FriendlyScore/FriendlyScoreConnectApiWrapper-iOS.git",
19     "tag": "0.1.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "static_framework": true,
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.1"
31     ],
32     "Moya": [
33       "~> 13.0.1"
34     ],
35     "ObjectMapper": [
37     ]
38   },
39   "ios": {
40     "vendored_frameworks": "FriendlyScoreConnectApi.framework"
41   },
42   "swift_version": "4.0"