[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / b / 4 / PianoComposer / 2.5.4 / PianoComposer.podspec.json
blob75fa75de4238be33c5e44c89895d8deb14960796
2   "name": "PianoComposer",
3   "version": "2.5.4",
4   "swift_versions": "5.5",
5   "summary": "Enables iOS apps to use mobile composer by Piano.io",
6   "homepage": "https://gitlab.com/piano-public/sdk/ios/package",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Piano Inc.",
12   "platforms": {
13     "ios": "10.0",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://gitlab.com/piano-public/sdk/ios/package.git",
18     "tag": "2.5.4"
19   },
20   "source_files": [
21     "Composer/Sources/**/*.swift",
22     "Composer/Sources/**/*.h"
23   ],
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "dependencies": {
31     "PianoCommon": [
32       "~> 2.5.4"
33     ]
34   },
35   "swift_version": "5.5"