[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / b / 4 / PianoComposer / 2.6.2 / PianoComposer.podspec.json
blobb579b839465e979468354b7d4d47a4b15d11285e
2   "name": "PianoComposer",
3   "version": "2.6.2",
4   "swift_versions": "5.7",
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": "12.0",
14     "tvos": "12.0"
15   },
16   "source": {
17     "git": "https://gitlab.com/piano-public/sdk/ios/package.git",
18     "tag": "2.6.2"
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.6.2"
33     ]
34   },
35   "swift_version": "5.7"